Skip to content

Instantly share code, notes, and snippets.

@flightblog
Created January 2, 2014 20:52
Show Gist options
  • Save flightblog/8226649 to your computer and use it in GitHub Desktop.
Save flightblog/8226649 to your computer and use it in GitHub Desktop.
zshrc
ZSH_THEME="robbyrussell"
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} *"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[red]%} ?"
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