mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 15:09:42 +01:00
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";
|
ns = "nix shell";
|
||||||
nr = "nix run";
|
nr = "nix run";
|
||||||
ncg = "sudo nix-collect-garbage -d";
|
ncg = "sudo nix-collect-garbage -d";
|
||||||
|
nvd = "nvd --color always diff /run/current-system result | less -R";
|
||||||
|
|
||||||
b = "bun";
|
b = "bun";
|
||||||
br = "bun run";
|
br = "bun run";
|
||||||
|
Loading…
Reference in New Issue
Block a user