Skip to content

Instantly share code, notes, and snippets.

Created June 24, 2014 15:41
Show Gist options
  • Save anonymous/6b143ad8bf499c8669ea to your computer and use it in GitHub Desktop.
Save anonymous/6b143ad8bf499c8669ea to your computer and use it in GitHub Desktop.
1 # .bashrc
2
3 # Source global definitions
4 if [ -f /etc/bashrc ]; then
5 . /etc/bashrc
6 fi
7
8 # User specific aliases and functions
9 if [ ! -z "$PS1" ]; then
10 PS1="\\[$(tput setaf 6)\\]Production Node 2 \\u \\w #\\[$(tput sgr0)\\]"
11 fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment