fix(modules): 修正 zsh hook 脚本路径

This commit is contained in:
2026-03-25 16:21:46 +08:00
parent efa5fd835c
commit 34d4325f09
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ description: Zsh 及插件
dotfiles: dotfiles:
- source: dotfiles/.zshrc - source: dotfiles/.zshrc
target: ~/.zshrc target: ~/.zshrc
post_install_hook: scripts/set-default-shell.sh post_install_hook: set-default-shell.sh
hook_behavior: once hook_behavior: once