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