mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-29 11:39:50 +00:00
Emoji plugin - Fix wrong string comparison
This commit is contained in:
@@ -88,7 +88,7 @@ typeset -gAH emoji_mod
|
||||
}
|
||||
# Modifiers are included in both the main set and their separate map,
|
||||
# because they have a standalone representation as a color swatch.
|
||||
if ( $modifier_status == "modifier" ) {
|
||||
if ( $modifier_status eq "modifier" ) {
|
||||
$outfh->print("emoji_mod[$omz_name]=\$'$zsh_code'\n");
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user