From 2a2b510058a613bc90f64bb4e12fb3119190ed65 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 11 Nov 2023 22:32:34 +0700 Subject: [PATCH] Revert "chore(zsh): add - to wordchars" This reverts commit 6ad3c058c5261a51d428268b09125fd012f4388a. --- 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 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"