Fix shell aliases
This commit is contained in:
parent
ab69dc3c01
commit
8e57725eb4
2 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ let
|
|||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||
"ns" = "nix search nixpkgs";
|
||||
"nS" = "nix-shell";
|
||||
"sc" = "systemctl";
|
||||
"sc" = "sudo systemctl";
|
||||
"scu" = "systemctl --user";
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue