Simplify WORDCHARS modification
This commit is contained in:
parent
ff64f7c3a1
commit
6968e776dd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user