优化启动逻辑

This commit is contained in:
Steven Hobs 2025-05-21 00:20:38 +08:00
parent 6107834048
commit 04f822ff9a

View File

@ -1,6 +1,6 @@
#!/bin/zsh #!/bin/zsh
# [ -z "$PS1" ] && return [[ -z "$PS1" ]] && return
# [ ! -z "$LAZY_ZSH" ] && return [[ -n "$LAZY_ZSH" ]] && return
# Options # Options
ZSH_PLUGIN_syntax_highlighting=ON ZSH_PLUGIN_syntax_highlighting=ON