From e969503d7aa2ea8cc8ab291e63c1fe663f11e1b9 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 6 Jun 2023 16:20:27 +0200 Subject: [PATCH] zsh: set WORDCHARS for better delimiters --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 0ed5dd6..722805f 100644 --- a/.zshrc +++ b/.zshrc @@ -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