From 04f582d940ed915ab9cb16c7961b36ce0a3f2593 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Sat, 19 Feb 2011 00:29:19 -0800 Subject: [PATCH] remove incomplete git integration from fishy theme --- themes/fishy.zsh-theme | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/themes/fishy.zsh-theme b/themes/fishy.zsh-theme index f22eda868..2d288be0c 100644 --- a/themes/fishy.zsh-theme +++ b/themes/fishy.zsh-theme @@ -1,9 +1,5 @@ -# ZSH Theme emulating the Fish shell's default prompt. - -local user_color='green'; [ $UID -eq 0 ] && user_color='red' +# ZSH theme emulating the Fish shell's default prompt. +local user_color=green; [ $UID -eq 0 ] && user_color=red PROMPT='%n@%m %{$fg[$user_color]%}%~%{$reset_color%}%(!.#.>) ' PROMPT2='%{$fg[red]%}\ %{$reset_color%}' -RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})$(git_prompt_info)' - -ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}" -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})'