Last active
June 27, 2023 05:47
-
-
Save iamgideonidoko/0d0f21e3c2f37a722be1a5e24b371c71 to your computer and use it in GitHub Desktop.
Modified theunraveler zsh theme for style
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
# Comment | |
PROMPT='%{$fg[green]%}βπ βββββ %c βββββΊ ΰ¦ΰ§£κ§ %{$reset_color%}' | |
RPROMPT='%{$fg[green]%}γ$(git_prompt_info)γ%{$reset_color%} $(git_prompt_status)%{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="" | |
ZSH_THEME_GIT_PROMPT_DIRTY="" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" | |
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} β" | |
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} β" | |
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} β" | |
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} β¦" | |
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} β" | |
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%} β±" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment