Skip to content

Instantly share code, notes, and snippets.

@zertrin
Created November 4, 2019 03:52
Show Gist options
  • Save zertrin/ac78146c52849e7ac8027a2db743f12a to your computer and use it in GitHub Desktop.
Save zertrin/ac78146c52849e7ac8027a2db743f12a to your computer and use it in GitHub Desktop.
zertrin zsh theme
PROMPT='%{$fg_bold[red]%}%* %(!.%{$fg_bold[blue]%}.%{$fg_bold[yellow]%})%n@%m %{$fg_bold[cyan]%}%~$(git_prompt_info)% %(!.%{$fg_bold[red]%}#.%{$fg_bold[green]%}$)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment