From fe004cf6e74eb6f5648f611ec76fca141c2fc9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 24 Oct 2014 19:51:50 +0200 Subject: [zsh] hist_ignore_space --- .zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh/zshrc b/.zsh/zshrc index dc7ac2b..88baa18 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -288,6 +288,7 @@ setopt inc_append_history # append incrementally instead of waiting until the sh setopt share_history # share the history between sessions setopt hist_verify # for history related commands: reload the expanded version instead of executing it directly setopt hist_no_functions # do not store function definitions +setopt hist_ignore_space # do not store lines starting with ' ' setopt hist_ignore_dups # ignore duplicates setopt hist_ignore_all_dups # ignore _all_ duplicates -- cgit v1.2.3