diff --git a/.zshrc b/.zshrc index b291add..bd44f65 100644 --- a/.zshrc +++ b/.zshrc @@ -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)")'