Skip to content

MichaelAquilina/zsh-emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ZSH Emojis

Contains numerous ascii emojis stored as shell variables.

$ echo $em_shrug
¯\_(ツ)_/¯

All emoji variables start with em_ to make them easily identifiable with tab-completion in your shell.

On linux you can echo the variables straight into your clipboard with xsel package.

$ echo $em_shrug | xsel -i -b

You can easily see a list of current ascii emojis within the emojis.plugin.zsh file.

🎉 Contributions are welcomed! 🎉

Installation

zsh-emojis is really easy to install using antigen. Just add the following command to your .zshrc file

antigen bundle MichaelAquilina/zsh-emojis

Same applies to installing from zgen

zgen bundle MichaelAquilina/zsh-emojis

About

Variables for numerous ascii emojis!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages