Zsh: Remove unnecessary escpape

This commit is contained in:
tastytea 2022-03-29 17:24:59 +02:00
parent a1b516beb5
commit b435cdc477
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -78,7 +78,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"