diff options
author | Stephen Middleton <rixius@gmail.com> | 2011-01-14 00:05:06 -0600 |
---|---|---|
committer | Stephen Middleton <rixius@gmail.com> | 2011-01-14 00:05:06 -0600 |
commit | 5cca63a770ed78e17ffdf13bfbed5defc56edb92 (patch) | |
tree | 14052e702561a8755ab7ddad259547f4e44b6964 /themes/rixius.zsh-theme | |
parent | 26614b3478306d9f23ae9d817e70c1acba9b43de (diff) | |
download | zsh-5cca63a770ed78e17ffdf13bfbed5defc56edb92.tar.gz zsh-5cca63a770ed78e17ffdf13bfbed5defc56edb92.tar.bz2 zsh-5cca63a770ed78e17ffdf13bfbed5defc56edb92.zip |
changes to theme
Diffstat (limited to 'themes/rixius.zsh-theme')
-rw-r--r-- | themes/rixius.zsh-theme | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/rixius.zsh-theme b/themes/rixius.zsh-theme index 2a283ebca..322bdad24 100644 --- a/themes/rixius.zsh-theme +++ b/themes/rixius.zsh-theme @@ -6,11 +6,10 @@ function prompt_char { echo "%{$fg[red]%}≈%{$reset_color%}" } -PROMPT=' -%{$fg[magenta]%}%n%{$reset_color%} in %{$fg_bold[green]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info) +PROMPT='%{$fg[magenta]%}%n%{$reset_color%} in %{$fg_bold[green]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info) $(prompt_char) ' ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}!" -ZSH_THEME_GIT_PROMPT_CLEAN=""
\ No newline at end of file +ZSH_THEME_GIT_PROMPT_DIRTY="%{$bg[white]%}%{$fg[red]%}!%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$bg[white]%}%{$fg[red]%}√%{$reset_color%}"
\ No newline at end of file |