Guest User

Untitled

a guest
Jan 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function color_my_prompt {
  2. local __user_and_location="\n\[\e[32;1m\](\[\e[37;1m\]\u\[\e[32;1m\])-(\[\e[37;1m\]\w\[\e[32;1m\])"
  3. local __git_branch='`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`'
  4. local __prompt="\n$\[\e[0m\]"
  5. export PS1="$__user_and_location $__git_branch $__prompt "
  6. }
  7. color_my_prompt
Add Comment
Please, Sign In to add comment