Zsh: Remove - from WORDCHARS

This commit is contained in:
tastytea 2022-04-03 06:19:07 +02:00
parent 83ff053395
commit 94d92ff080
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

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