config: disable omz update

main
sudo pacman -Syu 2023-03-16 15:43:03 +07:00
parent f98b981c6a
commit 1ace298503
2 changed files with 20 additions and 19 deletions

View File

@ -35,7 +35,7 @@ format:
go install mvdan.cc/sh/v3/cmd/shfmt@latest
gofimports -w --company github.com/make-go-great,github.com/haunt98 .
gofumpt -w -extra .
shfmt -w ./scripts
shfmt -w ./scripts ./data/zsh/extra-zshrc
build:
$(MAKE) clean

View File

@ -22,6 +22,7 @@ bindkey "^[[1;3C" forward-word
bindkey "^[[1;3D" backward-word
# omz
zstyle ':omz:update' mode disabled
# https://github.com/ohmyzsh/ohmyzsh/issues/5700
DISABLE_AUTO_TITLE="true"
# https://github.com/ohmyzsh/ohmyzsh/issues/10291