Aliases: nix alias

This commit is contained in:
Filippo Berto 2023-04-04 18:12:51 +02:00
parent 3e38202722
commit 125f6fa867
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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";