Update aliases

This commit is contained in:
Filippo Berto 2025-07-14 21:31:31 +02:00
parent 8bbefa225e
commit f6e809d0d0
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,6 +1,6 @@
{
home.shellAliases = {
"jc" = "sudo journalctl";
"jc" = "journalctl";
"jcu" = "journalctl --user";
"n" = "nix";
"nb" = "nix build";
@ -11,7 +11,7 @@
"nsu" = "nix search unstable";
"nss" = "nix search stable";
"nS" = "nix shell";
"sc" = "sudo systemctl";
"sc" = "systemctl";
"scu" = "systemctl --user";