chore(zsh): ignore builtin
parent
755c1bb20f
commit
d803657385
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue