Skip to content

Commit

Permalink
config(zsh): add open
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 23, 2024
1 parent abf97a6 commit bca1c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/zsh/top-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bca1c40

Please sign in to comment.