Skip to content

Instantly share code, notes, and snippets.

@nclzz
Last active December 23, 2015 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nclzz/6574276 to your computer and use it in GitHub Desktop.
Save nclzz/6574276 to your computer and use it in GitHub Desktop.
nclzz zsh-theme v0.0.1
# nclzz zsh-theme v0.0.1
ZSH_THEME_GIT_PROMPT_PREFIX="⥱ $FG[075]"
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ✕ "
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✓ "
PROMPT='
$reset_color⎧ %2~ $(git_prompt_info)
$reset_color⎩ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment