kardan.zsh-theme 244 B

123456789101112
  1. # Comment
  2. function get_host {
  3. echo '@'`hostname`''
  4. }
  5. RPROMPT='%~$(git_prompt_info)$(get_host)'
  6. export PS1='> '
  7. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
  8. ZSH_THEME_GIT_PROMPT_PREFIX="("
  9. ZSH_THEME_GIT_PROMPT_SUFFIX=")"