Remove _ from WORDCHARS
This commit is contained in:
parent
bb502cb8bb
commit
ff64f7c3a1
@ -79,8 +79,10 @@ fi
|
||||
|
||||
############################# Variables ########################################
|
||||
|
||||
# Stop at / with backward-word and so on
|
||||
export WORDCHARS="${WORDCHARS/\//}"
|
||||
# Stop at / and _ with backward-word and so on
|
||||
WORDCHARS="${WORDCHARS/\/}"
|
||||
WORDCHARS="${WORDCHARS/_}"
|
||||
export WORDCHARS
|
||||
|
||||
# minicom color on.
|
||||
export MINICOM="-c on -R utf-8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user