From bc9d4a694cf22e6be62dc0fd768adba60f054bb3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Jun 2024 11:19:59 +0200 Subject: shell: add aliases for lorri commands --- user/settings/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 6e4745a7..170f543f 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -125,6 +125,10 @@ in hol = "home-manager generations"; hox = "home-manager expire-generations '-30 days'"; + lw = "lorri watch"; + lw1 = "lorri watch --once"; + lwo = "lorri watch --once"; + nsh = "nix-shell"; nb = "nix build"; nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet -- cgit 1.4.1