summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-18 11:25:56 +0100
committerGravatar Tom Willemsen2012-01-18 11:25:56 +0100
commit256f348566f7b3ed211b7731c3be255bc99855d8 (patch)
tree1eb61bfdc808bc23a4e2140864fc14bcd35074f5 /.zshrc
parentc83d6292e27a182b397e6ee799ced4fb5e011c90 (diff)
downloaddotfiles-256f348566f7b3ed211b7731c3be255bc99855d8.tar.gz
dotfiles-256f348566f7b3ed211b7731c3be255bc99855d8.zip
.zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 4876d1a..b291add 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_completions.d/git
+
PROMPT='$(prompt)'
-RPROMPT='$(rprompt)'
+RPROMPT='$(__git_ps1 "(%s)")'
+#RPROMPT='$(rprompt)'
# Set terminal name to current runnign application
case $TERM in