chore: add omz dirty config

main
sudo pacman -Syu 2023-03-01 14:02:23 +07:00
parent 33d05e48de
commit bdeeb36d89
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@ setopt HIST_SAVE_NO_DUPS
bindkey "^[[1;3C" forward-word
bindkey "^[[1;3D" backward-word
# omz
# https://github.com/ohmyzsh/ohmyzsh/issues/5700
DISABLE_AUTO_TITLE="true"
# https://github.com/ohmyzsh/ohmyzsh/issues/10291
DISABLE_UNTRACKED_FILES_DIRTY="true"
# https://github.com/ohmyzsh/ohmyzsh/issues/5569
DISABLE_MAGIC_FUNCTIONS="true"
# nvim
export EDITOR=nvim
export VISUAL=nvim