Guest User

Untitled

a guest
Oct 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. source $HOME/.bash_completion/git-completion.bash
  2.  
  3. GIT_PS1_SHOWDIRTYSTATE=1
  4. GIT_PS1_SHOWUPSTREAM="auto"
  5. PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \[\033[1;31m\]$(__git_ps1 "(%s) ")\[\033[1;37m\]\$\[\033[00m\] '
Add Comment
Please, Sign In to add comment