Zsh: Remove unnecessary escpape
This commit is contained in:
parent
a1b516beb5
commit
b435cdc477
|
@ -78,7 +78,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