]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/ramsi.zsh-theme
zsh: save completion in it's own cachedir
[dotfiles.git] / zsh / themes / ramsi.zsh-theme
1 [[ $(hostname) == "tardis" ]] && hostcolor=red
2 [[ $(hostname) == "shada" ]] && hostcolor=green
3 PROMPT='%(?..%{$fg_bold[white]%}[%?])%{$reset_color%}[%D{%k:%M} %n@%{$fg[$hostcolor]%}%m%{$reset_color%}$(git_prompt_info)]%# '
4 RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
5
6 ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}<"
7 ZSH_THEME_GIT_PROMPT_SUFFIX=">%{$reset_color%}"
8 ZSH_THEME_GIT_PROMPT_DIRTY="*"
9 ZSH_THEME_GIT_PROMPT_CLEAN=""