chore(zsh): add - to wordchars

main
sudo pacman -Syu 2023-11-11 21:41:09 +07:00
parent 9764ad40bc
commit 6ad3c058c5
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"