ohmyzsh/themes/itchy.zsh-theme

19 lines
450 B
Text
Raw Normal View History

local smiley="%(?,%F{green}☺%f,%F{red}☹%f)"
2012-04-07 18:23:12 +02:00
local user="%F{cyan}%n%f"
local host="%F{cyan}@%m%f"
local pwd="%F{yellow}%~%f"
2012-04-07 18:23:12 +02:00
PROMPT='${user}${host} ${pwd}
${smiley} '
RPROMPT='$(ruby_prompt_info) %F{white}$(git_prompt_info)%f'
2012-04-07 18:23:12 +02:00
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="%F{red} ✗%f"
ZSH_THEME_GIT_PROMPT_CLEAN="%F{green} ✔%f"
2012-04-07 18:23:12 +02:00
ZSH_THEME_RUBY_PROMPT_PREFIX=""
ZSH_THEME_RUBY_PROMPT_SUFFIX=""