chore: add omz dirty config
parent
33d05e48de
commit
bdeeb36d89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue