summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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)")'