Skip to content

Instantly share code, notes, and snippets.

@ramidem
Last active March 26, 2020 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramidem/895ff2bbb13e27c61e0b04b4426c6401 to your computer and use it in GitHub Desktop.
Save ramidem/895ff2bbb13e27c61e0b04b4426c6401 to your computer and use it in GitHub Desktop.
A farting Dinosaur.
# SuperMeatBoy
#
# @author Med Aduh <twitter.com/ramidem>
local ret_status="%(?:🦖💨 :🦖💩 )"
PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg_bold[blue]%}%c $(git_prompt_info)% %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_CLEAN=") %{$fg_bold[green]%}✔ "
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg_bold[yellow]%}✗ "
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