all repos — nixfiles @ 61ecf571affd1d4ed334157718415229c8bbbf49

System and user configuration, managed by nix and home-manager

zsh: Treat = as a word splitter

Alan Pearce
commit

61ecf571affd1d4ed334157718415229c8bbbf49

parent

01d31a2f4d73263dcab1478c1a35e756e1e3fbd4

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-zsh/config/zsh/zshrctag-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