Browse code

Spiced up the tonotdo theme, some more

Toon Claes authored on 11/11/2009 at 17:15:33
Showing 1 changed files
... ...
@@ -1,8 +1,8 @@
1
-PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
1
+PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[magenta]%}%3~$(git_prompt_info)%{$reset_color%}» '
2 2
 RPROMPT='[%*]'
3 3
 
4 4
 # git theming
5
-ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[magenta]%}"
5
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[green]%}"
6 6
 ZSH_THEME_GIT_PROMPT_SUFFIX=""
7 7
 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})"
8 8
 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})"