Created
March 20, 2018 09:44
-
-
Save dehlen/0ae1e991730fa1a7bc50d541d83c16c8 to your computer and use it in GitHub Desktop.
My custom zsh theme configuration
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
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