mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Improve emotty plugin (#5999)
* The display_emotty function show the name of the displayed emotty set * Unless an emotty set was given show the emotty set configured in $emotty_set
This commit is contained in:
committed by
Marc Cornellà
parent
8e1cfc9154
commit
88d21fea6c
@@ -32,7 +32,8 @@ function emotty() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function display_emotty() {
|
function display_emotty() {
|
||||||
local name=$1
|
local name=${1:-$emotty_set}
|
||||||
|
echo $name
|
||||||
for i in ${=_emotty_sets[$name]}; do
|
for i in ${=_emotty_sets[$name]}; do
|
||||||
printf "${emoji[$i]}${emoji2[emoji_style]} "
|
printf "${emoji[$i]}${emoji2[emoji_style]} "
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user