Created
October 15, 2014 01:40
-
-
Save supercow/32691ac261196e5836a1 to your computer and use it in GitHub Desktop.
This file contains 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
__git_ps1_unfucker() { | |
unalias -a | |
__git_ps1 "$@" | |
} | |
# ... SNIP ... | |
PS1_git='\[\033[01;37m\]$(__git_ps1_unfucker " (%s)")' | |
PS1="${PS1_user}${PS1_at}${PS1_host}${PS1_colon}${PS1_pwd}${PS1_git}${PS1_shell}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment