Skip to content

Instantly share code, notes, and snippets.

@pechitook
Created October 16, 2014 03:41
Show Gist options
  • Select an option

  • Save pechitook/8ca1440f4ee3faf96bf4 to your computer and use it in GitHub Desktop.

Select an option

Save pechitook/8ca1440f4ee3faf96bf4 to your computer and use it in GitHub Desktop.
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!"
ZSH_THEME_GIT_PROMPT_CLEAN=""
function prompt_char {
if [ $UID -eq 0 ]; then echo "%{$fg[red]%}#%{$reset_color%}"; else echo $; fi
}
PROMPT='%{$fg_bold[blue]%}🍔 p4blo.%{$reset_color%}%{$fg_bold[yellow]%}ch%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%}$(git_prompt_info)
%_ $(prompt_char) '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment