.zshrc
This commit is contained in:
parent
256f348566
commit
df64b4506b
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -55,7 +55,7 @@ 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_completions.d/git
|
. /etc/bash_completion.d/git
|
||||||
|
|
||||||
PROMPT='$(prompt)'
|
PROMPT='$(prompt)'
|
||||||
RPROMPT='$(__git_ps1 "(%s)")'
|
RPROMPT='$(__git_ps1 "(%s)")'
|
||||||
|
|
Loading…
Reference in a new issue