diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-30 20:43:57 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-30 20:43:57 +0200 |
commit | 3c9b94721488ccc64af4bdd70acacc1b957a0b86 (patch) | |
tree | d47c048de4588efd597b7c99b56c420f2ad6ef62 /modules/by-name/zs/zsh/module.nix | |
parent | treewide: Update (diff) | |
download | nixos-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.nix | 5 |
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}"; - }; }; }; }; |