Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Colours
  2. BLACK='\e[0;30m' # Black
  3. RED='\e[0;31m' # Red
  4. GREEN='\e[0;32m' # Green
  5. YELLOW='\e[0;33m' # Yellow
  6. BLUE='\e[0;34m' # Blue
  7. PURPLE='\e[0;35m' # Purple
  8. CYAN='\e[0;36m' # Cyan
  9. WHITE='\e[0;37m' # White
  10.  
  11. # Load in the git branch prompt script.
  12. source ~/.git-prompt
  13. export PS1="\[$CYAN\]\h \[$GREEN\]\t\[$YELLOW\]\w\[\033[m\]\[$RED\]\$(__git_ps1)\[$WHITE\]\$ "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement