Skip to content

Instantly share code, notes, and snippets.

@hbackman
Last active May 3, 2021 14:08
Show Gist options
  • Save hbackman/5a63d9fe4ddc17d6f3d53b3c69918876 to your computer and use it in GitHub Desktop.
Save hbackman/5a63d9fe4ddc17d6f3d53b3c69918876 to your computer and use it in GitHub Desktop.
My personal Zsh theme
# Based on Evan's prompt
PROMPT="%m %{${fg_bold[red]}%}:: %{${fg[green]}%}%3~ \$(git_prompt_info)%{${fg[blue]}%}#%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}<"
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