summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-02 11:19:59 +0200
committerAlan Pearce2024-06-02 11:19:59 +0200
commitbc9d4a694cf22e6be62dc0fd768adba60f054bb3 (patch)
treecffe8bcf6b0c82704919aad716beed28803b2a48 /user/settings/shell.nix
parenta4ea3cd4937ad176a832dbcd7923366a0e7a28fd (diff)
downloadnixfiles-bc9d4a694cf22e6be62dc0fd768adba60f054bb3.tar.lz
nixfiles-bc9d4a694cf22e6be62dc0fd768adba60f054bb3.tar.zst
nixfiles-bc9d4a694cf22e6be62dc0fd768adba60f054bb3.zip
shell: add aliases for lorri commands
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix4
1 files changed, 4 insertions, 0 deletions
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