emoji-cli
emoji-cli copied to clipboard
So this will not work with oh-my-zsh
Hey sorry I think you may have said this in the README but I just want to clarify, this can't be used with oh-my-zsh?
Hi, thanks for reporting!
Hmm, please tell me your zshrc?
To install it as a oh-my-zsh plugin you can do:
git clone https://github.com/b4b4r07/emoji-cli $HOME/.oh-my-zsh/custom/plugins/emoji-cli
and append the plugin to your .zshrc file likes so:
plugins=(something somethingelse emoji-cli)
or
plugins+=(emoji-cli)
Perhaps this should be added to the README as it's not entirely clear howto install this as a oh-my-zsh plugin.