1
0
Fork 0

Simplify WORDCHARS modification

This commit is contained in:
tastytea 2022-03-24 00:36:00 +01:00
parent ff64f7c3a1
commit 6968e776dd
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 3 deletions

View File

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