diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-18 19:35:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-18 19:35:29 -0700 |
| commit | 20beee96edf0ab5539aceea60c0bf5f01abd139a (patch) | |
| tree | 83cbaf19cdd771e84da6c2f2a1125befd6fbf871 | |
| parent | run treefmt through the nix shell (diff) | |
| download | infra-20beee96edf0ab5539aceea60c0bf5f01abd139a.tar.gz | |
add a few more aliases
| -rw-r--r-- | nix/users/fcuny/shell.nix | 5 |
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"; |
