yarn: Add emoji support

This commit is contained in:
Donovan Glover 2023-05-19 06:20:26 -04:00
parent 436d1543df
commit ff1abe7eec
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,6 +13,7 @@
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
mv = "mv -i";
rg = "rg --max-columns=2000";
yarn = "yarn --emoji true";
};
shellAbbrs = {