diff options
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 |