From dee6164c8c36488dca9171f8bb5754b1f0ec9563 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 18 Mar 2010 11:06:24 +0100 Subject: [PATCH] zshrc: don't remember lines with leading space. --- conf/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/zshrc b/conf/zshrc index 8612992..430412c 100644 --- a/conf/zshrc +++ b/conf/zshrc @@ -53,7 +53,7 @@ export MPD_HOST=127.0.0.1 MPD_PORT=6600 # History {{{1 setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \ - HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS + HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS HIST_IGNORE_SPACE HISTSIZE=100000 SAVEHIST=100000 HISTFILE=~/.zhist