From def6c4bae2e8c635796ca06f4b465844a0d62d3d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 24 Apr 2025 18:59:29 -0700 Subject: add more shell aliases for nix commands --- nix/users/fcuny/shell.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nix/users/fcuny/shell.nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 4e4a6c8..fe3ee2d 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -48,9 +48,11 @@ in ncg = "nix-collect-garbage --delete-older-than 7d"; ndc = "nix develop --command"; nfc = "nix flake check"; + ngcroot = "ls -al /nix/var/nix/gcroots/auto/"; + nph = "nix profile history --profile /nix/var/nix/profiles/system"; nsn = "nix search nixpkgs"; - c = "clear"; - j = "just"; + nsv = "nix store verify --all"; + g = "git"; gap = "git add --patch"; }; -- cgit v1.2.3