summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 4876d1a..bd44f65 100644
--- a/.zshrc
+++ b/.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