From 02589785249f3b12377009be34f0db60677eaa7f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 1 Sep 2013 19:42:34 +0200 Subject: zshrc: disable hist_reduce_blanks echo "foo" "bar"; will be mangled to echo "foo" "arr"; Signed-off-by: Florian Pritz --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b946ca3..c6edeb9 100644 --- a/.zshrc +++ b/.zshrc @@ -420,7 +420,7 @@ setopt no_bg_nice setopt share_history setopt bang_hist setopt extended_history -setopt hist_reduce_blanks +#setopt hist_reduce_blanks setopt hist_ignore_space setopt hist_find_no_dups setopt nohistverify -- cgit v1.2.3-24-g4f1b