From 1d79ba175af43989197445346568fcbb58a34023 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Thu, 4 Jun 2026 13:34:44 +0000 Subject: [PATCH] fix(zsh): drop duplicate history-substring-search plugin historySubstringSearch.enable already wires the home-manager module and keybindings; the oh-my-zsh plugin of the same name was redundant. Co-Authored-By: Claude Opus 4.8 (1M context) --- lyrathorpe/home/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lyrathorpe/home/shell.nix b/lyrathorpe/home/shell.nix index 462ec9b..2eb0679 100644 --- a/lyrathorpe/home/shell.nix +++ b/lyrathorpe/home/shell.nix @@ -13,7 +13,6 @@ plugins = [ "git" "man" - "history-substring-search" ]; theme = "robbyrussell"; };