Zsh: Fix WORDCHARS modification

This commit is contained in:
tastytea 2022-03-29 16:01:56 +02:00
parent e38b519b70
commit a1b516beb5
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -77,8 +77,8 @@ fi
############################# Variables ########################################
# Stop at / and _ with backward-word and so on
export WORDCHARS="${WORDCHARS/(\/|_)}"
# Stop at chars not in there with backward-word and so on
export WORDCHARS="${WORDCHARS//(\/|_|\.)}"
# minicom color on.
export MINICOM="-c on -R utf-8"