diff options
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 22b44783..9c9f36aa 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -11,7 +11,7 @@ HISTFILE=~/.cache/zsh/history HISTSIZE=4000 SAVEHIST=3000 -WORDCHARS='*?_-[]~=.&;!#$%^(){}<>' +WORDCHARS='*?_-[]~.&;!#$%^(){}<>' #If a command takes more than 5 seconds, give statistics REPORTTIME=5 |