Emojify-zsh is a oh-my-zsh fun theme for emoji lovers that adds emojis to your zsh terminal and make your terminal cool.
Emojify will display a random emoji after every successful command you type if your command failed or you type CTRL+C
then it will show a Red Arrow
to indicate that your command failed. As of now Emojify-Zsh Support More than 350 Emojis. If you want me to add more emojies in then create an issue and assign it to me 😉, I'll try to add more.
- Download Emojify-zsh theme as a oh-my-zsh custom theme:
$ mkdir -p $ZSH_CUSTOM/themes && curl -o $ZSH_CUSTOM/themes/emojify_zsh.zsh-theme https://raw.githubusercontent.com/rohitsSpace/emojify-zsh/master/emojify_zsh.zsh-theme
- Set
ZSH_THEME
toemojify_zsh
in your~/.zshrc
.
Note:
Make sure you are not exporting this in the last of the ~/.zshrc
it will not going to work for new session of the terminal, My recommendation is Export this at the top of the file.
$ vim ~/.zshrc
ZSH_THEME='emojify_zsh'
- Reload your zsh configuration and Voila! Emojify is watching over you. 😎
$ source ~/.zshrc
Feel free to contribute, even if it's to add an emoji. 😉 Just fork it 🍴 and raise a pull request.