forked from extern/nix-config
fish: Add nvd abbreviation
This makes it possible to see the updates between the current system configuration and one built with nixos-rebuild build-vm.
This commit is contained in:
parent
51530c8403
commit
5329f5bcf3
@ -97,6 +97,7 @@
|
||||
ns = "nix shell";
|
||||
nr = "nix run";
|
||||
ncg = "sudo nix-collect-garbage -d";
|
||||
nvd = "nvd --color always diff /run/current-system result | less -R";
|
||||
|
||||
b = "bun";
|
||||
br = "bun run";
|
||||
|
Loading…
Reference in New Issue
Block a user