zsh: set WORDCHARS for better delimiters

This commit is contained in:
Daniel Lundin 2023-06-06 16:20:27 +02:00
parent 571c350379
commit e969503d7a

1
.zshrc
View file

@ -44,6 +44,7 @@ setopt hist_subst_pattern
setopt hist_verify
setopt share_history
export HISTORY_IGNORE="(ls *|cd *|rm *|pwd|reboot|exit|e *|*AWS*|*SECRET*|*PASSWORD*|*TOKEN*|*API*|*KEY*|*PASS*|*SECRETS*|*SECRET_KEY*|*SECRET_TOKEN*|*SECRET_KEY_BASE*|*SECRET_TOKEN_BASE*)"
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
## zsh settings