Last active
May 3, 2021 14:08
-
-
Save hbackman/5a63d9fe4ddc17d6f3d53b3c69918876 to your computer and use it in GitHub Desktop.
My personal Zsh theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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