Advertisement
slovacus

git branch

Jun 15th, 2012
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. #pegarlo al final del tu usuario .basrc
  2.  
  3. # Export prompt settings
  4. export PS1='\u@\h:\w\[\033[32m\]$(__git_ps1 " (%s)")\[\033[0m\]$ '
  5.  
  6. export GIT_PS1_SHOWDIRTYSTATE=true
  7. export GIT_PS1_SHOWSTASHSTATE=true
  8. export GIT_PS1_SHOWUNTRACKEDFILES=true
  9. export GIT_PS1_SHOWUPSTREAM="auto"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement