diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-24 18:59:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-24 18:59:29 -0700 |
| commit | def6c4bae2e8c635796ca06f4b465844a0d62d3d (patch) | |
| tree | fe9e06885fc8ac4e279acf5236f8e9d038d58bd3 /nix/users/fcuny | |
| parent | install tools with nix instead of brew (diff) | |
| download | infra-def6c4bae2e8c635796ca06f4b465844a0d62d3d.tar.gz | |
add more shell aliases for nix commands
Diffstat (limited to 'nix/users/fcuny')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 6 |
1 files changed, 4 insertions, 2 deletions
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"; }; |
