summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index e88ccfe8..33130556 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -128,9 +128,6 @@ in
       jt = "just test";
       jr = "just run";
 
-      lw = "lorri watch";
-      lwo = "lorri watch --once";
-
       nsh = "nix-shell";
       nb = "nix build";
       nd = "nix develop";
@@ -151,6 +148,5 @@ in
   };
   home.packages = with pkgs; [
     fzf
-    up
   ];
 }