Skip to content

Instantly share code, notes, and snippets.

@nicksteffens
Created June 18, 2024 16:38
Show Gist options
  • Save nicksteffens/eee84e0f5f3013a08113c78d991d7ea2 to your computer and use it in GitHub Desktop.
Save nicksteffens/eee84e0f5f3013a08113c78d991d7ea2 to your computer and use it in GitHub Desktop.
# 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