Skip to content

Commit

Permalink
Needs moar unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
zmack committed Jul 19, 2011
1 parent 9473e8e commit dbd2a5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/goat-candy.zsh-theme
@@ -1,7 +1,11 @@
# zmack's rendition of goat candy
# = = = = = = = = = = = = = = = = = = = =
# version 0.1

local return_code="%(?..%{$reset_color%}[%{%F{208}%}%?%{$reset_color%}] )"

PROMPT=$'%{%F{100}%}%n@%m$reset_color% $return_code%{$fg[blue]%}%D{[%I:%M:%S]} %{$reset_color%}%{%F{105}%}[$RUBY_VERSION] %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\
%{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} '
%{$fg[blue]%}%{$fg_bold[blue]%} %#%{$reset_color%} '

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
Expand Down

0 comments on commit dbd2a5e

Please sign in to comment.