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 = {
|
home.shellAliases = {
|
||||||
"jc" = "sudo journalctl";
|
"jc" = "journalctl";
|
||||||
"jcu" = "journalctl --user";
|
"jcu" = "journalctl --user";
|
||||||
"n" = "nix";
|
"n" = "nix";
|
||||||
"nb" = "nix build";
|
"nb" = "nix build";
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"nsu" = "nix search unstable";
|
"nsu" = "nix search unstable";
|
||||||
"nss" = "nix search stable";
|
"nss" = "nix search stable";
|
||||||
"nS" = "nix shell";
|
"nS" = "nix shell";
|
||||||
"sc" = "sudo systemctl";
|
"sc" = "systemctl";
|
||||||
"scu" = "systemctl --user";
|
"scu" = "systemctl --user";
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue