Skip to content

Instantly share code, notes, and snippets.

@shoeffner
Forked from s3ththompson/README.md
Last active February 28, 2017 15:29
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 shoeffner/2a0d83c9e78c51c88fd91524d0bbdd0b to your computer and use it in GitHub Desktop.
Save shoeffner/2a0d83c9e78c51c88fd91524d0bbdd0b to your computer and use it in GitHub Desktop.
Mini (Minimal) Zoo

Mini Minimal Zoo

ZSH theme, further simplied from Minimal Zoo by s3ththompson.

Shows animal emoji followed by a % sign, denoting the last return value (red for non-zero, green for zero):

🐌  %
🐚  % 
πŸ‘  % 
🐁  % 
🐭  % 
πŸ—  % 
🐎  % 
🐴  % 

Installation

antigen bundle emoji
antigen theme https://gist.github.com/2a0d83c9e78c51c88fd91524d0bbdd0b.git mini-zoo
function precmd {
: $RANDOM
}
PROMPT='$(random_emoji animals) %(?.%{%F{green}%}.%{%F{red}%})%# '
RPROMPT=''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment