From abdc5f5627e108c6793ae013ba2488fc4099045e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 25 Jul 2022 09:19:45 +0200 Subject: [PATCH] New aliases --- home_manager/modules/shell_aliases.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home_manager/modules/shell_aliases.nix b/home_manager/modules/shell_aliases.nix index f98f430..64d25de 100644 --- a/home_manager/modules/shell_aliases.nix +++ b/home_manager/modules/shell_aliases.nix @@ -7,6 +7,7 @@ "jcu" = "journalctl --user"; "nf" = "find /nix/store/ -maxdepth 1 | grep"; "nr" = "nix run"; + "nR" = "nix repl"; "ns" = "nix search nixpkgs"; "nS" = "nix shell"; "sc" = "sudo systemctl";