Skip to content

Instantly share code, notes, and snippets.

@he9lin
Created August 12, 2014 19:35
Show Gist options
  • Save he9lin/c91458d177ffdc51206d to your computer and use it in GitHub Desktop.
Save he9lin/c91458d177ffdc51206d to your computer and use it in GitHub Desktop.
Simple cyan zsh theme
PROMPT='%{$fg[cyan]%}%~%{$fg_bold[cyan]%}$(git_prompt_info)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment