From bdeeb36d8953880359f37e1b114767b06c327bc1 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 1 Mar 2023 14:02:23 +0700 Subject: [PATCH] chore: add omz dirty config --- data/zsh/extra-zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/zsh/extra-zshrc b/data/zsh/extra-zshrc index a1edd4f..ee7ff17 100644 --- a/data/zsh/extra-zshrc +++ b/data/zsh/extra-zshrc @@ -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