Skip to content

Instantly share code, notes, and snippets.

@verkestk
Created February 3, 2016 19:45
Show Gist options
  • Save verkestk/cef2ab3271f2a5eb7ca1 to your computer and use it in GitHub Desktop.
Save verkestk/cef2ab3271f2a5eb7ca1 to your computer and use it in GitHub Desktop.
my oh-my-zsh theme
if [[ -z $ZSH_THEME_CLOUD_PREFIX ]]; then
ZSH_THEME_CLOUD_PREFIX='<U+1F43C>'
fi
PROMPT='%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX %{$fg_bold[green]%}%p %{$fg[green]%}%~ %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
#PROMPT='%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX %{$fg_bold[green]%}%p %{$fg[green]%}%~ %{$fg_bold[cyan]%}
#$ZSH_THEME_CLOUD_PREFIX $(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment