This commit is contained in:
Tom Willemsen 2012-01-18 11:26:47 +01:00
parent df64b4506b
commit 1a1a34b8a8

5
.zshrc
View file

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