Skip to content

Instantly share code, notes, and snippets.

@dgpokl
Last active March 3, 2022 00:50
Show Gist options
  • Save dgpokl/334562b17ae338f17df67c51c611dd79 to your computer and use it in GitHub Desktop.
Save dgpokl/334562b17ae338f17df67c51c611dd79 to your computer and use it in GitHub Desktop.
dgp's simple zsh theme
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