Revert "chore(zsh): add - to wordchars"

This reverts commit 6ad3c058c5.
main
sudo pacman -Syu 2023-11-11 22:32:34 +07:00
parent 38736d6144
commit 2a2b510058
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Put this on bottom of ~/.zshrc
# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/
export WORDCHARS="*?[]~=&;!#$%^(){}<>-"
export WORDCHARS="*?[]~=&;!#$%^(){}<>"
# https://www.topbug.net/blog/2016/09/27/make-gnu-less-more-powerful/
export LESS="-RF -i -K -s -x2 --wordwrap"