summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-01 19:42:34 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-01 19:42:34 +0200
commit02589785249f3b12377009be34f0db60677eaa7f (patch)
treee0a2fe05e76d6cef2e40f9b3d752091c241bacfc /.zshrc
parentf6775f1d121ef4d26e3702a7fad8807d7bb5ce4a (diff)
downloaddotfiles-02589785249f3b12377009be34f0db60677eaa7f.tar.gz
dotfiles-02589785249f3b12377009be34f0db60677eaa7f.tar.xz
zshrc: disable hist_reduce_blanks
echo "foo" "bar"; will be mangled to echo "foo" "arr"; Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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