Skip to content

Instantly share code, notes, and snippets.

@schrodyn
Created September 14, 2023 13:57
Show Gist options
  • Save schrodyn/f4d468b642034daf4b348ad44b45ff47 to your computer and use it in GitHub Desktop.
Save schrodyn/f4d468b642034daf4b348ad44b45ff47 to your computer and use it in GitHub Desktop.
NEWLINE=$'\n'
PROMPT="[%(?:%{$fg_bold[green]%}quack :%{$fg_bold[red]%}quack )%{$reset_color%}(%T) "
PROMPT+='%{$fg[cyan]%}%c%{$reset_color%}$(git_prompt_info)'
PROMPT+="]${NEWLINE}"
PROMPT+="➜ "
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment