mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
fish: Add alias for npm-check-updates
A good replacement for yarn upgrade-interactive.
This commit is contained in:
parent
8b6fa08e71
commit
5c2625e4e2
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user