mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 21:56:50 +02:00
yarn: Add emoji support
This commit is contained in:
parent
436d1543df
commit
ff1abe7eec
@ -13,6 +13,7 @@
|
|||||||
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
|
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
rg = "rg --max-columns=2000";
|
rg = "rg --max-columns=2000";
|
||||||
|
yarn = "yarn --emoji true";
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user