Guest User

Untitled

a guest
May 17th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. export GIT_PS1_SHOWDIRTYSTATE=1
  2.  
  3. if [ "$color_prompt" = yes ]; then
  4. PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[01;34m\]:\w\[\033[01;33m\]$(__git_ps1)\[\033[01;34m\] \$\[\033[00m\] '
  5. else
  6. PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  7. fi
Add Comment
Please, Sign In to add comment