all repos — nixfiles @ bc9d4a694cf22e6be62dc0fd768adba60f054bb3

System and user configuration, managed by nix and home-manager

shell: add aliases for lorri commands
Alan Pearce alan@alanpearce.eu
Sun, 02 Jun 2024 11:19:59 +0200
commit

bc9d4a694cf22e6be62dc0fd768adba60f054bb3

parent

a4ea3cd4937ad176a832dbcd7923366a0e7a28fd

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -125,6 +125,10 @@ hop = "home-manager packages";       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