1
0
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:
Donovan Glover 2023-10-25 13:27:38 -04:00
parent 51530c8403
commit 5329f5bcf3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";