From 1b538472a05f11ea21ac63f67eead4e5d7ec3ec3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 28 Jun 2025 18:49:48 +0200 Subject: modules/zsh: Remove the insulting command not found handler It is fun, but not worth the extra complexity. --- modules/by-name/zs/zsh/module.nix | 7 +------ 1 file changed, 1 insertion(+), 6 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 bf7e2a71..644854a2 100644 --- a/modules/by-name/zs/zsh/module.nix +++ b/modules/by-name/zs/zsh/module.nix @@ -10,8 +10,6 @@ { config, lib, - system, - pkgs, ... }: let cfg = config.soispha.programs.zsh; @@ -111,10 +109,7 @@ in { + sourceFile ./plugins/zsh-history-substring-search.zsh ); end = lib.modules.mkAfter ( - # NOTE(@bpeetz): Put this here, so that command handler in `extraFiles` - # are not overriding this. <2025-05-16> - sourceFile ./config/command_not_found/command_not_found_insult.sh - + sourceFile ./config/keymaps_start.zsh + sourceFile ./config/keymaps_start.zsh + sourceFile ./config/keymaps/command.zsh + sourceFile ./config/keymaps/emacs.zsh + sourceFile ./config/keymaps/isearch.zsh -- cgit 1.4.1