a theme that looks like coffeescript

This commit is contained in:
Dylan 2012-06-19 13:49:07 -07:00
commit 68c1222f8d

6
themes/coffee.zsh-theme Normal file
View file

@ -0,0 +1,6 @@
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%} ("
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='%{$fg[cyan]%}%1~%{$reset_color%}%{$fg[yellow]%}:%{$fg[black]%}$(git_prompt_info) ->%{$reset_color%} '