.zshrc
This commit is contained in:
parent
1a1a34b8a8
commit
cf27dcd34d
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -55,8 +55,11 @@ precmd_functions+='precmd_update_updates'
|
|||
chpwd_functions+='chpwd_update_git_vars'
|
||||
|
||||
# Set the prompt.
|
||||
. /etc/bash_completion.d/git
|
||||
|
||||
PROMPT='$(prompt)'
|
||||
RPROMPT='$(rprompt)'
|
||||
RPROMPT='$(__git_ps1 "(%s)")'
|
||||
#RPROMPT='$(rprompt)'
|
||||
|
||||
# Set terminal name to current runnign application
|
||||
case $TERM in
|
||||
|
|
Loading…
Reference in a new issue