Zsh: Make / not be part of words
makes backward-word and so on stop at /.
This commit is contained in:
parent
16c62ade60
commit
c8dce951d6
@ -78,6 +78,9 @@ fi
|
||||
|
||||
############################# Variables ########################################
|
||||
|
||||
# Stop at / 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