summaryrefslogtreecommitdiff
path: root/themes/tonotdo.zsh-theme
diff options
context:
space:
mode:
authorToon Claes <toon@tonotdo.com>2009-11-13 23:39:07 +0100
committerToon Claes <toon@tonotdo.com>2009-11-13 23:39:07 +0100
commit5bd19908919f9de691797a5a4589ac49bf6ed356 (patch)
tree76cd0c3db76cc2b7856fb5f8f1935c5457528d91 /themes/tonotdo.zsh-theme
parent7aca512f32aaa9eff78d9c2bd73e3db4b124661f (diff)
downloadzsh-5bd19908919f9de691797a5a4589ac49bf6ed356.tar.gz
zsh-5bd19908919f9de691797a5a4589ac49bf6ed356.tar.bz2
zsh-5bd19908919f9de691797a5a4589ac49bf6ed356.zip
tonotdo theme like I like it
Diffstat (limited to 'themes/tonotdo.zsh-theme')
-rw-r--r--themes/tonotdo.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme
index f46d165da..70f224ee0 100644
--- a/themes/tonotdo.zsh-theme
+++ b/themes/tonotdo.zsh-theme
@@ -1,8 +1,8 @@
-PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
+PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
RPROMPT='[%*]'
# git theming
-ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[magenta]%}"
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})"