]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/kardan.zsh-theme
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / kardan.zsh-theme
1 # Simple theme based on my old zsh settings.
2
3 function get_host {
4         echo '@'$HOST
5 }
6
7 PROMPT='> '
8 RPROMPT='%~$(git_prompt_info)$(get_host)'
9
10 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
11 ZSH_THEME_GIT_PROMPT_PREFIX="("
12 ZSH_THEME_GIT_PROMPT_SUFFIX=")"