diff options
author | Alan Pearce | 2024-06-02 11:19:59 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-02 11:19:59 +0200 |
commit | bc9d4a694cf22e6be62dc0fd768adba60f054bb3 (patch) | |
tree | cffe8bcf6b0c82704919aad716beed28803b2a48 /user | |
parent | a4ea3cd4937ad176a832dbcd7923366a0e7a28fd (diff) | |
download | nixfiles-bc9d4a694cf22e6be62dc0fd768adba60f054bb3.tar.lz nixfiles-bc9d4a694cf22e6be62dc0fd768adba60f054bb3.tar.zst nixfiles-bc9d4a694cf22e6be62dc0fd768adba60f054bb3.zip |
shell: add aliases for lorri commands
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 4 |
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 |