diff options
author | Toon Claes <toon@tonotdo.com> | 2009-10-30 18:15:45 +0100 |
---|---|---|
committer | Toon Claes <toon@tonotdo.com> | 2009-10-30 18:15:45 +0100 |
commit | f11366374c233fd37b7df3b98240cac96ee1cf9f (patch) | |
tree | 65a879a2c44298995e05fb0243e9440679a8bc1b /themes/tonotdo.zsh-theme | |
parent | c103c15e5c9a51c655d503256bfd005530e5baf6 (diff) | |
download | zsh-f11366374c233fd37b7df3b98240cac96ee1cf9f.tar.gz zsh-f11366374c233fd37b7df3b98240cac96ee1cf9f.tar.bz2 zsh-f11366374c233fd37b7df3b98240cac96ee1cf9f.zip |
Small fix, probably the smallest possible
Diffstat (limited to 'themes/tonotdo.zsh-theme')
-rw-r--r-- | themes/tonotdo.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme index 6e864f5ac..1562b72bc 100644 --- a/themes/tonotdo.zsh-theme +++ b/themes/tonotdo.zsh-theme @@ -1,5 +1,5 @@ # Inspired by many other themes -PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%} » ' +PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="" |