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 repl";
"nR" = "nix run"; "nR" = "nix run";
"ns" = "nix search nixpkgs"; "ns" = "nix search nixpkgs";
"nsu" = "nix search unstable";
"nss" = "nix search stable";
"nS" = "nix shell"; "nS" = "nix shell";
"sc" = "sudo systemctl"; "sc" = "sudo systemctl";
"scu" = "systemctl --user"; "scu" = "systemctl --user";