Zsh: Fix WORDCHARS modification
This commit is contained in:
parent
e38b519b70
commit
a1b516beb5
@ -77,8 +77,8 @@ fi
|
||||
|
||||
############################# Variables ########################################
|
||||
|
||||
# Stop at / and _ with backward-word and so on
|
||||
export WORDCHARS="${WORDCHARS/(\/|_)}"
|
||||
# Stop at chars not in there with backward-word and so on
|
||||
export WORDCHARS="${WORDCHARS//(\/|_|\.)}"
|
||||
|
||||
# minicom color on.
|
||||
export MINICOM="-c on -R utf-8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user