aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/users/fcuny/shell.nix5
1 files changed, 4 insertions, 1 deletions
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";