chore: refind history ignore
parent
ac0863f8d9
commit
b74d9a91a6
|
@ -2,7 +2,7 @@
|
||||||
# Put this on top of ~/.zshrc
|
# Put this on top of ~/.zshrc
|
||||||
|
|
||||||
# https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell
|
# https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell
|
||||||
export HISTORY_IGNORE="(l[sal]|l[sal] *|cd|pwd|exit|open *|z)"
|
export HISTORY_IGNORE="(l[sal]|cd|pwd|exit|z)"
|
||||||
export HISTSIZE=100000000
|
export HISTSIZE=100000000
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue