]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/jreese.zsh-theme
cleanup custom folder
[dotfiles.git] / zsh / themes / jreese.zsh-theme
1 # ZSH Theme - Preview: http://dl.dropbox.com/u/1552408/Screenshots/2010-04-08-oh-my-zsh.png
2
3 if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
4 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
5
6 PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %~ \
7 $(git_prompt_info)\
8 %{$fg[red]%}%(!.#.»)%{$reset_color%} '
9 PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
10 RPS1='${return_code}'
11
12 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}±%{$fg[yellow]%}"
13 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
14 ZSH_THEME_GIT_PROMPT_CLEAN=""
15 ZSH_THEME_GIT_PROMPT_DIRTY="⚡"
16