diff --git a/home/fish.nix b/home/fish.nix index 36ff5122..567e67f5 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -86,7 +86,7 @@ ns = "nix shell"; nr = "nix run"; ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d"; - nvd = "nvd --color always diff /run/current-system result | less -R"; + nvd = "nvd --color always diff /run/current-system result | rg -v 0.0.0 | less -R"; ca = "cargo add"; cab = "cargo add --build";