summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-18 11:26:15 +0100
committerGravatar Tom Willemsen2012-01-18 11:26:15 +0100
commitdf64b4506b7868312b996ca7b522d7c5a7cd99e2 (patch)
treef91370767b9e0b2295332090856876e6873d3efd /.zshrc
parent256f348566f7b3ed211b7731c3be255bc99855d8 (diff)
downloaddotfiles-df64b4506b7868312b996ca7b522d7c5a7cd99e2.tar.gz
dotfiles-df64b4506b7868312b996ca7b522d7c5a7cd99e2.zip
.zshrc
Diffstat (limited to '.zshrc')
-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)")'