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:
@@ -13,7 +13,6 @@
|
||||
plugins = [
|
||||
"git"
|
||||
"man"
|
||||
"history-substring-search"
|
||||
];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user