chore(zsh): ignore builtin

main
sudo pacman -Syu 2023-07-06 14:20:11 +07:00
parent 755c1bb20f
commit d803657385
1 changed files with 1 additions and 1 deletions

View File

@ -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