Browse code

Small fix, probably the smallest possible

Toon Claes authored on 30/10/2009 at 17:15:45
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 # Inspired by many other themes
2
-PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%} » '
2
+PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
3 3
 
4 4
 ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}"
5 5
 ZSH_THEME_GIT_PROMPT_SUFFIX=""