From 6ad3c058c5261a51d428268b09125fd012f4388a Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 11 Nov 2023 21:41:09 +0700 Subject: [PATCH] chore(zsh): add - to wordchars --- data/zsh/bottom-zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index e20ef26..90b054c 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"