]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/arrow.zsh-theme
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / arrow.zsh-theme
1 if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="yellow"; fi
2
3 PROMPT='%{$fg[$NCOLOR]%}%c ➤ %{$reset_color%}'
4 RPROMPT='%{$fg[$NCOLOR]%} $(git_prompt_info)%{$reset_color%}'
5
6 ZSH_THEME_GIT_PROMPT_PREFIX="git:"
7 ZSH_THEME_GIT_PROMPT_SUFFIX=""
8 ZSH_THEME_GIT_PROMPT_DIRTY="*"
9 ZSH_THEME_GIT_PROMPT_CLEAN=""
10
11 # See https://geoff.greer.fm/lscolors/
12 export LSCOLORS="exfxcxdxbxbxbxbxbxbxbx"
13 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:"
14