diff --git a/data/zsh/extra-zshrc b/data/zsh/extra-zshrc index f0fa6b4..0253408 100644 --- a/data/zsh/extra-zshrc +++ b/data/zsh/extra-zshrc @@ -2,7 +2,7 @@ # source ~/.config/zsh/extra-zshrc # https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell -export HISTORY_IGNORE="(ls|ll|la|cd|pwd|exit)" +export HISTORY_IGNORE="(ls|ll|la|cd|pwd|exit|builtin)" export HISTSIZE=100000000 export SAVEHIST=$HISTSIZE