Browse code

Fix up some wonkiness

Mark Szymanski authored on 05/10/2011 at 02:30:32
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1
-ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[blue]["
2
-ZSH_THEME_GIT_PROMPT_SUFFIX="]$reset_color "
3
-ZSH_THEME_GIT_PROMPT_DIRTY="$fg_bold[red] x$fg_bold[blue]"
1
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}["
2
+ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
3
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} x%{$fg_bold[blue]%}"
4 4
 
5
-PROMPT='$(git_prompt_info)$fg_bold[green]{$(rvm current)}$reset_color $fg[cyan]%c$reset_color '
5
+PROMPT='%{$(git_prompt_info)%}%{$fg_bold[green]%}{%{$(rvm current)%}}%{$reset_color%} %{$fg[cyan]%}%c%{$reset_color%} '