aboutsummaryrefslogtreecommitdiff
path: root/zshrc_example
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc_example')
-rw-r--r--zshrc_example4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshrc_example b/zshrc_example
index 319166d..5ce7453 100644
--- a/zshrc_example
+++ b/zshrc_example
@@ -1,10 +1,10 @@
-# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd beep extendedglob nomatch
+# start command with a space to prevent it from saving to histfile :
+setopt HIST_IGNORE_SPACE
bindkey -v
-# End of lines configured by zsh-newuser-install
autoload -Uz compinit promptinit
compinit
promptinit