arrow.zsh-theme 506 B

1234567891011121314
  1. if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="yellow"; fi
  2. PROMPT='%{$fg[$NCOLOR]%}%c ➤ %{$reset_color%}'
  3. RPROMPT='%{$fg[$NCOLOR]%}%p $(git_prompt_info)%{$reset_color%}'
  4. ZSH_THEME_GIT_PROMPT_PREFIX="git:"
  5. ZSH_THEME_GIT_PROMPT_SUFFIX=""
  6. ZSH_THEME_GIT_PROMPT_DIRTY="*"
  7. ZSH_THEME_GIT_PROMPT_CLEAN=""
  8. # See https://geoff.greer.fm/lscolors/
  9. export LSCOLORS="exfxcxdxbxbxbxbxbxbxbx"
  10. export LS_COLORS="di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=31;40:cd=31;40:su=31;40:sg=31;40:tw=31;40:ow=31;40:"