config(zsh): add open
parent
abf97a6b76
commit
bca1c40b0f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue