Mercurial > dotfiles.old
diff oh-my-zsh/themes/custom.zsh-theme @ 80:16edf05ad21a
Fix errors with prompt
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 21 Jul 2014 09:58:05 +0200 |
parents | 642841c0badb |
children | a25bdb562e43 |
line wrap: on
line diff
--- a/oh-my-zsh/themes/custom.zsh-theme Sun Jul 20 23:54:26 2014 +0200 +++ b/oh-my-zsh/themes/custom.zsh-theme Mon Jul 21 09:58:05 2014 +0200 @@ -6,7 +6,6 @@ eval my_orange='$FG[214]' - local git=$(git_prompt_info) if [ ${#git} != 0 ]; then ((git=${#git} - 10)) @@ -15,7 +14,7 @@ fi PROMPT='%{$fg[cyan]%}%n%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%} -%{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ ' +%{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' RPROMPT='$my_gray$(git_prompt_info) $(git_prompt_status)%{$reset_color%}%'