Last active
March 3, 2022 00:50
-
-
Save dgpokl/334562b17ae338f17df67c51c611dd79 to your computer and use it in GitHub Desktop.
dgp's simple zsh theme
This file contains hidden or 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
PROMPT='%~ $ ' | |
RPROMPT='$(git_prompt_info)%{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$bg[white]%}%{$fg[red]%} " | |
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" *" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment