Created
November 4, 2019 03:52
-
-
Save zertrin/ac78146c52849e7ac8027a2db743f12a to your computer and use it in GitHub Desktop.
zertrin 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
PROMPT='%{$fg_bold[red]%}%* %(!.%{$fg_bold[blue]%}.%{$fg_bold[yellow]%})%n@%m %{$fg_bold[cyan]%}%~$(git_prompt_info)% %(!.%{$fg_bold[red]%}#.%{$fg_bold[green]%}$)%{$reset_color%} ' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}(" | |
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