Better search aliases

This commit is contained in:
Filippo Berto 2022-12-13 15:51:32 +01:00
parent fbca5c400c
commit f54ba364d4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -11,6 +11,8 @@
"nr" = "nix repl";
"nR" = "nix run";
"ns" = "nix search nixpkgs";
"nsu" = "nix search unstable";
"nss" = "nix search stable";
"nS" = "nix shell";
"sc" = "sudo systemctl";
"scu" = "systemctl --user";