From 6dc71c96f1a46fecc3c57d1a95863e9fad39fd2d Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Tue, 25 Dec 2018 13:42:51 -0600 Subject: [PATCH] Also added boolean for IGNORE_SPACE option --- example_configs/zsh.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example_configs/zsh.conf b/example_configs/zsh.conf index 114463e..2a5e567 100644 --- a/example_configs/zsh.conf +++ b/example_configs/zsh.conf @@ -2,7 +2,8 @@ BSD_MODE=false #Some options must be specified differently in BSD SYNTAX_HIGHLIGHT=true #On-the-fly syntax highlighting of commands that you type AUTO_CD=true #When true, if only a directory path is entered, you will cd to the directory -HISTORY_IGNORE_DUPS=true #Ignore duplicate back-to-back commands in shell history +HISTORY_HIDE_SPACE=true #Does not record to history any command starting with a space (good for passing sensitive data like passwords on the command line) +HISTORY_NO_DUPS=true #Ignore duplicate back-to-back commands in shell history # Prompt Style PROMPT_STYLE=bsd2 #Valid options: bsd, bsd2, ar5