Skip to content

Instantly share code, notes, and snippets.

@felipekm
Last active July 25, 2020 20:46
Show Gist options
  • Save felipekm/078625db6eabdb987568e8edf4259210 to your computer and use it in GitHub Desktop.
Save felipekm/078625db6eabdb987568e8edf4259210 to your computer and use it in GitHub Desktop.
My ZSH Theme
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='%{$fg_bold[red]%}HOME - %{$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