Skip to content

Instantly share code, notes, and snippets.

@lesnitsky
Last active October 17, 2018 18:49
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 lesnitsky/25f232992f2b6eb3df50 to your computer and use it in GitHub Desktop.
Save lesnitsky/25f232992f2b6eb3df50 to your computer and use it in GitHub Desktop.
minimalistic zsh-theme
PROMPT='%{$fg[magenta]%}%c %{$fg[green]%}» %{$reset_color%}'
RPROMPT='%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" #"
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✓%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment