Skip to content

Commit 432006e

Browse files
committed
zsh: update WORDCHARS
1 parent 7760bc7 commit 432006e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: zsh/zshenv

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export WORKSPACE=$HOME/workspace
2828
export BLOG_HOME=$WORKSPACE/blog
2929

3030
# https://github.com/ohmyzsh/ohmyzsh/issues/8743
31-
export WORDCHARS=$'!"#$%&\'()*+,-.:;<=>?@[\\]^_`{|}~'
31+
# export WORDCHARS=$'!"#$%&\'()*+,-.:;<=>?@[\\]^_`{|}~'
32+
export WORDCHARS=$'*?[]~&!%^(){}<>[]\\'
3233

3334
# editor
3435
# if [[ -n $(command -v nvim) ]]; then

0 commit comments

Comments
 (0)