Henburn theme

This commit is contained in:
Mark Robert Henderson 2011-10-01 20:25:04 -05:00
commit b20eae8f3a

13
themes/henburn.zsh-theme Normal file
View file

@ -0,0 +1,13 @@
# Simple theme based on my old zsh settings.
function get_host {
echo '@'`hostname`''
}
PROMPT='
> '
RPROMPT='%~$(git_prompt_info) '
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"