From 5329f5bcf3f17b972e590a9879d3034352971276 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 25 Oct 2023 13:27:38 -0400 Subject: [PATCH] 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. --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index ee066ff..d9e08a6 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";