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) <noreply@anthropic.com>
This commit is contained in:
Emma Thorpe
2026-06-04 13:34:44 +00:00
parent 11cac1aeac
commit 1d79ba175a
-1
View File
@@ -13,7 +13,6 @@
plugins = [ plugins = [
"git" "git"
"man" "man"
"history-substring-search"
]; ];
theme = "robbyrussell"; theme = "robbyrussell";
}; };