This commit is contained in:
Tom Willemsen 2012-01-18 11:26:15 +01:00
parent 256f348566
commit df64b4506b

2
.zshrc
View file

@ -55,7 +55,7 @@ precmd_functions+='precmd_update_updates'
chpwd_functions+='chpwd_update_git_vars'
# Set the prompt.
. /etc/bash_completions.d/git
. /etc/bash_completion.d/git
PROMPT='$(prompt)'
RPROMPT='$(__git_ps1 "(%s)")'