Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created March 5, 2025 14:00
Show Gist options
  • Save felipekm/0b1583d855ee53d113143f94d9e9a061 to your computer and use it in GitHub Desktop.
Save felipekm/0b1583d855ee53d113143f94d9e9a061 to your computer and use it in GitHub Desktop.
felipekm-dracula.zsh-theme
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='%{$fg_bold[cyan]%}▲ %{$fg_bold[yellow]%}%t - %{$fg_bold[blue]%}%c $(git_prompt_info)% %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_CLEAN=") %{$fg_bold[green]%}✔ "
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg_bold[red]%}✘ "
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[cyan]%}("
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