config(zsh): add open

main
sudo pacman -Syu 2024-06-23 23:11:01 +07:00
parent abf97a6b76
commit bca1c40b0f
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|z)"
export HISTORY_IGNORE="(l[sal]|l[sal] *|cd|pwd|exit|open *|z)"
export HISTSIZE=100000000
export SAVEHIST=$HISTSIZE