fish: Remove yarn alias

Not needed since yarn now uses v3 by default.
This commit is contained in:
Donovan Glover 2024-01-27 23:57:13 -05:00
parent 80a1027d26
commit 81ec4473c2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -30,7 +30,6 @@
mv = "mv -i"; mv = "mv -i";
cp = "cp -ia"; cp = "cp -ia";
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case"; rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
yarn = "${pkgs.yarn}/bin/yarn --emoji true";
ncu = "${pkgs.npm-check-updates}/bin/ncu --interactive --format group"; ncu = "${pkgs.npm-check-updates}/bin/ncu --interactive --format group";
}; };