fish: Add alias for npm-check-updates

A good replacement for yarn upgrade-interactive.
This commit is contained in:
Donovan Glover 2023-11-30 18:56:51 -05:00
parent 8b6fa08e71
commit 5c2625e4e2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -31,6 +31,7 @@
cp = "cp -ia";
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";
};
shellAbbrs = {