about summary refs log tree commit diff stats
path: root/modules/by-name/zs/zsh/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-30 20:43:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-30 20:43:57 +0200
commit3c9b94721488ccc64af4bdd70acacc1b957a0b86 (patch)
treed47c048de4588efd597b7c99b56c420f2ad6ef62 /modules/by-name/zs/zsh/module.nix
parenttreewide: Update (diff)
downloadnixos-config-3c9b94721488ccc64af4bdd70acacc1b957a0b86.zip
modules/lf: Consolidate the `ll` and `lm` wrappers in the module
Having them as separate packages was just not necessary.
Diffstat (limited to '')
-rw-r--r--modules/by-name/zs/zsh/module.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/by-name/zs/zsh/module.nix b/modules/by-name/zs/zsh/module.nix
index 038048da..bf7e2a71 100644
--- a/modules/by-name/zs/zsh/module.nix
+++ b/modules/by-name/zs/zsh/module.nix
@@ -138,11 +138,6 @@ in {
           HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND = "bg=cyan,fg=white";
           HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND = "fg=red,underline,standout,bold";
         };
-
-        shellAliases = {
-          ll = ". ${lib.getExe pkgs.ll}";
-          lm = ". ${lib.getExe pkgs.lm}";
-        };
       };
     };
   };