mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: update wordchars
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -62,7 +62,9 @@ bindkey "^[[1;3D" backward-word
|
||||
|
||||
# Customize word characters for navigation (remove / and = to make them word delimiters)
|
||||
stty werase undef
|
||||
export WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
|
||||
autoload -U select-word-style
|
||||
select-word-style shell
|
||||
export WORDCHARS='*?[]~&;!#$%^(){}<>'
|
||||
|
||||
# Allow comments on interactive command lines
|
||||
setopt interactive_comments
|
||||
|
||||
Reference in New Issue
Block a user