From 3c9b94721488ccc64af4bdd70acacc1b957a0b86 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 30 May 2025 20:43:57 +0200 Subject: modules/lf: Consolidate the `ll` and `lm` wrappers in the module Having them as separate packages was just not necessary. --- modules/by-name/zs/zsh/module.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/by-name/zs/zsh/module.nix') 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}"; - }; }; }; }; -- cgit 1.4.1