Skip to content

Instantly share code, notes, and snippets.

@cvonkleist
Created January 7, 2011 17:11
Show Gist options
  • Save cvonkleist/769754 to your computer and use it in GitHub Desktop.
Save cvonkleist/769754 to your computer and use it in GitHub Desktop.
modification of jreese
# ripoff of jreese.zsh-theme
if [ "$(whoami)" = "root" ]; then NCOLOR="red"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%m \
$(git_prompt_info)\
%(!.#.%%) '
#PROMPT='%{%{$fg[green]%}%m%{$reset_color%} \
#$(git_prompt_info)\
#%{$fg[red]%}%(!.#.%%)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
RPS1='${return_code}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[green]%}]%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY=" ⚡"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment