Created
October 19, 2016 15:33
-
-
Save rrafal/07589b2a6901f31538a7b36c68061850 to your computer and use it in GitHub Desktop.
Git branch in prompt in OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash | |
source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh | |
GIT_PS1_SHOWDIRTYSTATE=true | |
export PS1='\u@\h:\W$(__git_ps1)$ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment