Fixed zsh config

This commit is contained in:
Alexander NeonXP Kiryukhin 2025-04-22 20:40:38 +03:00
parent 8e48e19031
commit d3f1e6bd6c
Signed by: NeonXP
SSH key fingerprint: SHA256:bAqbbz5sY7K90Uveld+WEnACq6XEld+yWKqJQtldh44

View file

@ -113,12 +113,12 @@ compinit -d
autoload -U add-zsh-hook
add-zsh-hook precmd mzc_termsupport_precmd
add-zsh-hook preexec mzc_termsupport_preexec
#add-zsh-hook precmd mzc_termsupport_precmd
#add-zsh-hook preexec mzc_termsupport_preexec
# Use a precmd hook instead of a chpwd hook to avoid contaminating output
# i.e. when a script or function changes directory without `cd -q`, chpwd
# will be called the output may be swallowed by the script or function.
add-zsh-hook precmd mzc_termsupport_cwd
#add-zsh-hook precmd mzc_termsupport_cwd
source ~/.config/zsh/conf.d/*.zsh
@ -380,3 +380,6 @@ fi
[[ ! -f ~/.zshrc.local ]] || source ~/.zshrc.local
[[ ! -f ~/.config/zsh/p10k.zsh ]] || source ~/.config/zsh/p10k.zsh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh