From 1a1a34b8a8e60ce68b9658e3fa93e3b3b1175c84 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 18 Jan 2012 11:26:47 +0100 Subject: .zshrc --- .zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index bd44f65..4876d1a 100644 --- a/.zshrc +++ b/.zshrc @@ -55,11 +55,8 @@ precmd_functions+='precmd_update_updates' chpwd_functions+='chpwd_update_git_vars' # Set the prompt. -. /etc/bash_completion.d/git - PROMPT='$(prompt)' -RPROMPT='$(__git_ps1 "(%s)")' -#RPROMPT='$(rprompt)' +RPROMPT='$(rprompt)' # Set terminal name to current runnign application case $TERM in -- cgit v1.2.3-54-g00ecf