Skip to content

Instantly share code, notes, and snippets.

@dehlen
Created March 20, 2018 09:44
Show Gist options
  • Save dehlen/0ae1e991730fa1a7bc50d541d83c16c8 to your computer and use it in GitHub Desktop.
Save dehlen/0ae1e991730fa1a7bc50d541d83c16c8 to your computer and use it in GitHub Desktop.
My custom zsh theme configuration
PROMPT='%(?,%{$fg[green]%},%{$fg[green]%}) $ %{$fg[blue]%}%~%{$reset_color%} '
# RPS1='%{$fg[blue]%}%~%{$reset_color%} '
RPS1='%{$fg[white]%}$(git_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} %{$fg[yellow]%}*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment