Update aliases
This commit is contained in:
parent
8bbefa225e
commit
f6e809d0d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue