refactor(zsh): 移除 oh-my-zsh 依赖,改用原生配置

This commit is contained in:
2026-04-08 10:45:09 +08:00
parent b1dd39f54e
commit 885926335f
3 changed files with 17 additions and 13 deletions
-1
View File
@@ -33,7 +33,6 @@ class ZshModule(Module):
def aur_packages(self) -> set[str]:
return {
"fzf-tab-git",
"oh-my-zsh-git",
}
def after_update(self, store):