zsh: Treat = as a word splitter
Alan Pearce alan.pearce@spotcap.com
Wed, 20 May 2015 12:09:19 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → 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