summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2025-04-22 20:40:38 +0300
committer2025-04-22 20:40:38 +0300
commitd3f1e6bd6c7dc43dbafe4b25432d928ee38d3729 (patch)
tree0040977cea3233d4239a884fd861990864a01373
parentЗадал кейбинды для варианта без Ф кнопок (diff)
downloaddotfiles-d3f1e6bd6c7dc43dbafe4b25432d928ee38d3729.tar.gz
dotfiles-d3f1e6bd6c7dc43dbafe4b25432d928ee38d3729.tar.bz2
dotfiles-d3f1e6bd6c7dc43dbafe4b25432d928ee38d3729.tar.xz
dotfiles-d3f1e6bd6c7dc43dbafe4b25432d928ee38d3729.zip
Fixed zsh config
-rw-r--r--zsh/zshrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 9e23f22..5902c89 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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