Created
January 7, 2011 17:11
-
-
Save cvonkleist/769754 to your computer and use it in GitHub Desktop.
modification of jreese
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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