From df64b4506b7868312b996ca7b522d7c5a7cd99e2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 18 Jan 2012 11:26:15 +0100 Subject: .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') 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)")' -- cgit v1.2.3-54-g00ecf