Created
March 28, 2023 18:11
-
-
Save kadamwhite/2e61beb4ce9f3fe6c86a453cf48f6a91 to your computer and use it in GitHub Desktop.
Customized Candy theme for oh-my-zsh
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=$' | |
$(git_prompt_info)[%{$fg[magenta]%}%m%{$reset_color%}%{$fg[white]%}:%{$fg[magenta]%}%~%{$reset_color%}]\ | |
%{$fg[magenta]%}%D{[%H:%M:%S]} %{$reset_color%}%# ' | |
ZSH_THEME_GIT_PROMPT_PREFIX="[%{$fg[magenta]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}]" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[magenta]%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment