Skip to content

Instantly share code, notes, and snippets.

@neo
Last active January 7, 2025 21:59
Show Gist options
  • Select an option

  • Save neo/1bcea626aecceec16b530e34f147aa27 to your computer and use it in GitHub Desktop.

Select an option

Save neo/1bcea626aecceec16b530e34f147aa27 to your computer and use it in GitHub Desktop.
PROMPT='%{%(?.$fg[green].$fg[red])%}%*%{$reset_color%} %.
$(parse_git_dirty)$(git_prompt_info) %{%(?.$fg[green].$fg[red])%}❯%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%}"
@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