mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-12 13:28:54 +01:00
fish: Remove yarn alias
Not needed since yarn now uses v3 by default.
This commit is contained in:
parent
80a1027d26
commit
81ec4473c2
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user