Created
June 18, 2024 16:38
-
-
Save nicksteffens/eee84e0f5f3013a08113c78d991d7ea2 to your computer and use it in GitHub Desktop.
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
# Inspired from https://github.com/meiokubo/emoji.zsh-theme/blob/main/emoji.zsh-theme | |
PROMPT=" %(?:%{$fg_bold[cyan]%}➜:%{$fg_bold[cyan]%}➜)" | |
PROMPT+=' %{$fg[green]%}%c%{$reset_color%} $(git_prompt_info)' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[green]%}[%{$fg[cyan]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}✏️ " | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}] ✅" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment