aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-18 19:35:29 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-18 19:35:29 -0700
commit20beee96edf0ab5539aceea60c0bf5f01abd139a (patch)
tree83cbaf19cdd771e84da6c2f2a1125befd6fbf871
parentrun treefmt through the nix shell (diff)
downloadinfra-20beee96edf0ab5539aceea60c0bf5f01abd139a.tar.gz
add a few more aliases
-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";