update zsh

This commit is contained in:
Konano 2024-10-16 23:24:48 +08:00
parent 37190452ca
commit 461e585f8f

View File

@ -135,7 +135,7 @@ configure_vim() {
}
configure_zsh() {
[ -f ~/.zshrc ] && return
[ -d ~/.oh-my-zsh ] && return
[ $offline -eq 1 ] && return
if confirm_action "要配置 zsh 吗?" "Y"; then