Browse code

changes to theme

Stephen Middleton authored on 14/01/2011 at 06:05:06
Showing 1 changed files
... ...
@@ -6,11 +6,10 @@ function prompt_char {
6 6
     echo "%{$fg[red]%}≈%{$reset_color%}"
7 7
 }
8 8
 
9
-PROMPT='
10
-%{$fg[magenta]%}%n%{$reset_color%} in %{$fg_bold[green]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info)
9
+PROMPT='%{$fg[magenta]%}%n%{$reset_color%} in %{$fg_bold[green]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info)
11 10
 $(prompt_char) '
12 11
 
13 12
 ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}"
14 13
 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
15
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}!"
16
-ZSH_THEME_GIT_PROMPT_CLEAN=""
17 14
\ No newline at end of file
15
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$bg[white]%}%{$fg[red]%}!%{$reset_color%}"
16
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$bg[white]%}%{$fg[red]%}√%{$reset_color%}"
18 17
\ No newline at end of file