chore: refind history ignore

main
sudo pacman -Syu 2024-08-07 14:41:04 +07:00
parent ac0863f8d9
commit b74d9a91a6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Put this on top of ~/.zshrc
# 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 SAVEHIST=$HISTSIZE