Skip to content

Instantly share code, notes, and snippets.

@gbirke
Created July 13, 2015 19:59
Show Gist options
  • Save gbirke/e5316538a6177806fc44 to your computer and use it in GitHub Desktop.
Save gbirke/e5316538a6177806fc44 to your computer and use it in GitHub Desktop.
# Gabriels Theme - based on jreese theme but with different colors
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%}:%~ \
$(git_prompt_info)\
%{$fg[red]%}%(!.#.$)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
RPROMPT='${return_code}!%{%B%F{cyan}%}%!%{%f%k%b%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}±%{$fg[blue]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$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