New aliases

This commit is contained in:
Filippo Berto 2022-07-25 09:19:45 +02:00
parent e909aff9e1
commit abdc5f5627

View file

@ -7,6 +7,7 @@
"jcu" = "journalctl --user";
"nf" = "find /nix/store/ -maxdepth 1 | grep";
"nr" = "nix run";
"nR" = "nix repl";
"ns" = "nix search nixpkgs";
"nS" = "nix shell";
"sc" = "sudo systemctl";