shell: add aliases for lorri commands
Alan Pearce alan@alanpearce.eu
Sun, 02 Jun 2024 11:19:59 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M user/settings/shell.nix → user/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