ohmyzsh/themes/henburn.zsh-theme
Mark Robert Henderson b20eae8f3a Henburn theme
2011-10-01 20:25:04 -05:00

13 lines
268 B
Bash

# 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=")"