Added Adventure Time easter egg.

This commit is contained in:
Sean Carolan 2015-11-15 14:47:27 -06:00
commit 1def79e613

View file

@ -1,6 +1,6 @@
############################################################################## ##############################################################################
# zmoji: A fun oh_my_zsh theme with an OSX emoji character in your prompt # zmoji: A fun oh_my_zsh theme with an OSX emoji character in your prompt
# #
# Requires the zmoji, moonphase, battery, and emoji-clock plugins # Requires the zmoji, moonphase, battery, and emoji-clock plugins
# #
# Open this link in Safari to see a master list: # Open this link in Safari to see a master list:
@ -52,13 +52,19 @@ function setprompt {
if (($EMOJI_KEYS[(Ie)$ICON])); then if (($EMOJI_KEYS[(Ie)$ICON])); then
# Use this prompt if you want to set your ICON manually # Use this prompt if you want to set your ICON manually
# PROMPT='[%{$fg[yellow]%}%2~%{$reset_color%}]$EMOJI[$ICON] %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}' # PROMPT='[%{$fg[yellow]%}%2~%{$reset_color%}]$EMOJI[$ICON] %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}'
# What time is it? Adventure Time!
AT_PROMPT='%{$bg[white]$fg[blue]%}|(%{$fg[black]%}•◡•%{$fg[blue]%})|%{$reset_color%} %{$fg[yellow]$bg[white]%}(%{$fg[black]%}❍ %{$fg[yellow]%}ᴥ %{$fg[black]%}❍ %{$fg[yellow]%}ʋ)%{$reset_color%} [%{$fg[green]%}%2~%{$reset_color%}] $EMOJI[$ICON] %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}'
PROMPT='%{$reset_color%}[%{$fg[green]%}%2~%{$reset_color%}] $EMOJI[$ICON] %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}'
# Use this prompt if you want your ICON to change every hour # Use this prompt if you want your ICON to change every hour
PROMPT='[%{$fg[yellow]%}%2~%{$reset_color%}]%(0T.$EMOJI[$ICONLIST[24]].%(1T.$EMOJI[$ICONLIST[1]].%(2T.$EMOJI[$ICONLIST[2]].%(3T.$EMOJI[$ICONLIST[3]].%(4T.$EMOJI[$ICONLIST[4]].%(5T.$EMOJI[$ICONLIST[5]].%(6T.$EMOJI[$ICONLIST[6]].%(7T.$EMOJI[$ICONLIST[7]].%(8T.$EMOJI[$ICONLIST[8]].%(9T.$EMOJI[$ICONLIST[9]].%(10T.$EMOJI[$ICONLIST[10]].%(11T.$EMOJI[$ICONLIST[11]].%(12T.$EMOJI[$ICONLIST[12]].%(13T.$EMOJI[$ICONLIST[13]].%(14T.$EMOJI[$ICONLIST[14]].%(15T.$EMOJI[$ICONLIST[15]].%(16T.$EMOJI[$ICONLIST[16]].%(17T.$EMOJI[$ICONLIST[17]].%(18T.$EMOJI[$ICONLIST[18]].%(19T.$EMOJI[$ICONLIST[19]].%(20T.$EMOJI[$ICONLIST[20]].%(21T.$EMOJI[$ICONLIST[21]].%(22T.$EMOJI[$ICONLIST[22]].%(23T.$EMOJI[$ICONLIST[23]].\$)))))))))))))))))))))))) %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}' # PROMPT='[%{$fg[yellow]%}%2~%{$reset_color%}]%(0T.$EMOJI[$ICONLIST[24]].%(1T.$EMOJI[$ICONLIST[1]].%(2T.$EMOJI[$ICONLIST[2]].%(3T.$EMOJI[$ICONLIST[3]].%(4T.$EMOJI[$ICONLIST[4]].%(5T.$EMOJI[$ICONLIST[5]].%(6T.$EMOJI[$ICONLIST[6]].%(7T.$EMOJI[$ICONLIST[7]].%(8T.$EMOJI[$ICONLIST[8]].%(9T.$EMOJI[$ICONLIST[9]].%(10T.$EMOJI[$ICONLIST[10]].%(11T.$EMOJI[$ICONLIST[11]].%(12T.$EMOJI[$ICONLIST[12]].%(13T.$EMOJI[$ICONLIST[13]].%(14T.$EMOJI[$ICONLIST[14]].%(15T.$EMOJI[$ICONLIST[15]].%(16T.$EMOJI[$ICONLIST[16]].%(17T.$EMOJI[$ICONLIST[17]].%(18T.$EMOJI[$ICONLIST[18]].%(19T.$EMOJI[$ICONLIST[19]].%(20T.$EMOJI[$ICONLIST[20]].%(21T.$EMOJI[$ICONLIST[21]].%(22T.$EMOJI[$ICONLIST[22]].%(23T.$EMOJI[$ICONLIST[23]].\$)))))))))))))))))))))))) %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}'
# This includes exit status, battery monitor, clock, and moon phase # This includes exit status, battery monitor, clock, and moon phase
# RPROMPT='$(vi_mode_prompt_info) %{$fg_bold[red]%}%(0?..[%?])%{$reset_color%}$(battery_level_gauge) %T %(17T.$EMOJI[BEER_MUG].$(emoji-clock)) $(printmoon)' # RPROMPT='$(vi_mode_prompt_info) %{$fg_bold[red]%}%(0?..[%?])%{$reset_color%}$(battery_level_gauge) %T %(17T.$EMOJI[BEER_MUG].$(emoji-clock)) $(printmoon)'
# RPROMPT='$(vi_mode_prompt_info) %{$fg_bold[red]%}%(0?..[%?])%{$reset_color%}$(battery_level_gauge) $(printmoon)' # RPROMPT='$(vi_mode_prompt_info) %{$fg_bold[red]%}%(0?..[%?])%{$reset_color%}$(battery_level_gauge) $(printmoon)'
# And the same without the battery gauge # And the same without the battery gauge
RPROMPT='$(vi_mode_prompt_info) %{$fg_bold[red]%}%(0?..[%?])%{$reset_color%} $(printmoon)' # RPROMPT='$(vi_mode_prompt_info) %{$fg_bold[red]%}%(0?..[%?]) '
fi fi
} }