Skip to content

Instantly share code, notes, and snippets.

@JuanjoSalvador
Created October 8, 2019 19:59
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 JuanjoSalvador/5d3a9039c17871d478a23733431baeee to your computer and use it in GitHub Desktop.
Save JuanjoSalvador/5d3a9039c17871d478a23733431baeee to your computer and use it in GitHub Desktop.
My current zsh theme
#%{$fg_bold[green]%}%n@%m %{$reset_color%}
PROMPT=$'%{$fg[blue]%}[%~]%{$reset_color%} $(git_prompt_info) %{$fg_bold[red]%}→%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment