Zsh: Remove - from WORDCHARS
This commit is contained in:
parent
83ff053395
commit
94d92ff080
|
@ -81,7 +81,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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user