]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/itchy.zsh-theme
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / itchy.zsh-theme
1 local smiley="%(?,%{$fg[green]%}☺%{$reset_color%},%{$fg[red]%}☹%{$reset_color%})"
2
3 local user="%{$fg[cyan]%}%n%{$reset_color%}"
4 local host="%{$fg[cyan]%}@%m%{$reset_color%}"
5 local pwd="%{$fg[yellow]%}%~%{$reset_color%}"
6
7 PROMPT='${user}${host} ${pwd}
8 ${smiley}  '
9
10 RPROMPT='$(ruby_prompt_info) %{$fg[white]%}$(git_prompt_info)%{$reset_color%}'
11
12 ZSH_THEME_GIT_PROMPT_PREFIX=""
13 ZSH_THEME_GIT_PROMPT_SUFFIX=""
14 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ✗%{$reset_color%}"
15 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✔%{$reset_color%}"
16
17 ZSH_THEME_RUBY_PROMPT_PREFIX=""
18 ZSH_THEME_RUBY_PROMPT_SUFFIX=""