Skip to content

Instantly share code, notes, and snippets.

@neo
Last active October 1, 2019 20:57
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 neo/1bcea626aecceec16b530e34f147aa27 to your computer and use it in GitHub Desktop.
Save neo/1bcea626aecceec16b530e34f147aa27 to your computer and use it in GitHub Desktop.
PROMPT='%{$fg[white]%}%c %{%(?.$fg[green].$fg[red])%}❯ %{$reset_color%}'
RPROMPT='$(parse_git_dirty)$(git_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$bg[yellow]%}%{$fg[black]%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$bg[cyan]%}%{$fg[black]%}"
@neo
Copy link
Author

neo commented Sep 20, 2019

curl -o $ZSH_CUSTOM/themes/neo.zsh-theme https://gist.githubusercontent.com/neo/1bcea626aecceec16b530e34f147aa27/raw/neo.zsh-theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment