This commit is contained in:
dylnhdsn 2012-12-05 07:17:52 -08:00
commit b80dcde988
4 changed files with 15 additions and 8 deletions

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

@ -0,0 +1,7 @@
# Coffeescript Theme by Dylan Hudson (@dyln_hdsn on twitter)
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%} '