This commit is contained in:
Tom Willemsen 2012-01-18 11:25:56 +01:00
parent c83d6292e2
commit 256f348566

5
.zshrc
View file

@ -55,8 +55,11 @@ precmd_functions+='precmd_update_updates'
chpwd_functions+='chpwd_update_git_vars'
# Set the prompt.
. /etc/bash_completions.d/git
PROMPT='$(prompt)'
RPROMPT='$(rprompt)'
RPROMPT='$(__git_ps1 "(%s)")'
#RPROMPT='$(rprompt)'
# Set terminal name to current runnign application
case $TERM in