X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Femotty%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Femotty%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=ee571705afaca839a55019842e979d182937a192;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/emotty/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/emotty/README.md deleted file mode 100644 index ee57170..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/emotty/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# emotty plugin - -This plugin returns an emoji for the current $TTY number so it can be used -in a prompt. - -To use it, add emotty to the plugins array in your zshrc file: -``` -plugins=(... emotty) -``` - -**NOTE:** it requires the [emoji plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji). - -## Usage - -The function `emotty` displays an emoji from the current character set (default: `emoji`), based -on the number associated to the `$TTY`. - -There are different sets of emoji characters available, to choose a different -set, set `$emotty_set` to the name of the set you would like to use, e.g.: -``` -emotty_set=nature -``` - -### Character Sets - -- emoji -- loral -- love -- nature -- stellar -- zodiac - -Use the `display_emotty` function to list the emojis in the current character set, or -the character set passed as the first argument. For example: - -``` -$ display_emotty zodiac - -```