Aliases: nix alias
This commit is contained in:
parent
3e38202722
commit
125f6fa867
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
home.shellAliases = {
|
||||
"jc" = "sudo journalctl";
|
||||
"jcu" = "journalctl --user";
|
||||
"n" = "nix";
|
||||
"nb" = "nix build";
|
||||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||
"nr" = "nix repl";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue