Commit 1215bed6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove git info from right prompt in zsh

Getting the git information in the right-prompt slowed prompt display
very significantly. (It was not very *ahem* prompt.)
parent e1c1b9c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,5 +50,4 @@ function virtualenv_name {
PROMPT='%{$PROMPTCODES%}%{$HOST_COLOUR%}%n@%m: $%{$RESET_COLOR%} '
RPROMPT='%(?:%{$GREEN_BOLD%}$tick:%{$RED_BOLD%}$? $cross)  \
$(virtualenv_name)\
%{$GREEN_BOLD%}$(current_branch)$(git_prompt_short_sha)$(git_prompt_status)\
%{$RESET_COLOR%}'