diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 90b054c..e20ef26 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -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"