更新 安装.zsh

修改权限配置,避免产生警告
This commit is contained in:
寻觅 2025-04-16 10:20:15 +08:00
parent f7461b8e2a
commit 20b7088ded

View File

@ -193,6 +193,8 @@ EOF
获取一git ohmyzsh/ohmyzsh ${配置一路径}
获取一git zsh-users/zsh-autosuggestions ${配置一路径}/custom/plugins/zsh-autosuggestions
获取一git zsh-users/zsh-syntax-highlighting ${配置一路径}/custom/plugins/zsh-syntax-highlighting
${特权} chmod -R 755 ${配置一路径}
if [ -f $HOME/.zshrc ]; then
mv $HOME/.zshrc $HOME/.zshrc.old