From 11a5fef37dfad44c9c069770abf947772796a65f Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 31 Oct 2022 19:41:27 +0800 Subject: Hide command history starting with space --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index c407f11..930ca76 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,4 @@ -setopt histignorealldups sharehistory +setopt histignorealldups sharehistory hist_ignore_space # Use emacs keybindings even if our EDITOR is set to vi bindkey -e -- cgit v1.2.3