Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # git-completion.bash can be found in $GIT_HOME/contrib/completion/git-completion.bash
  2. if [ -f ~/.bash_completion.d/git-completion.bash ]; then
  3. source ~/.bash_completion.d/git-completion.bash
  4. export PS1='\u:\w $(__git_ps1 "(%s)") > '
  5. fi
Add Comment
Please, Sign In to add comment