Created
July 13, 2015 19:59
-
-
Save gbirke/e5316538a6177806fc44 to your computer and use it in GitHub Desktop.
This file contains 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
# 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