From 20beee96edf0ab5539aceea60c0bf5f01abd139a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Apr 2025 19:35:29 -0700 Subject: add a few more aliases --- nix/users/fcuny/shell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index cfd438c..4e4a6c8 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -45,7 +45,10 @@ in fish_add_path -p ~/.cargo/bin/ ''; shellAbbrs = { - ncg = "nix-collect-garbage -7d"; + ncg = "nix-collect-garbage --delete-older-than 7d"; + ndc = "nix develop --command"; + nfc = "nix flake check"; + nsn = "nix search nixpkgs"; c = "clear"; j = "just"; g = "git"; -- cgit v1.2.3