From a38a63446492858e3560330bd5c34ed683591d40 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 7 Apr 2016 11:21:34 +0200 Subject: [PATCH] Play with the options --- zsh.d/00-options.zsh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/zsh.d/00-options.zsh b/zsh.d/00-options.zsh index 29fca38..743fb82 100644 --- a/zsh.d/00-options.zsh +++ b/zsh.d/00-options.zsh @@ -1,7 +1,6 @@ # setopt ALL_EXPORT setopt ALWAYS_TO_END -setopt APPEND_HISTORY setopt AUTONAMEDIRS setopt AUTO_PARAM_SLASH setopt AUTO_REMOVE_SLASH @@ -10,9 +9,18 @@ setopt AUTO_RESUME unsetopt CDABLE_VARS setopt CORRECT setopt FUNCTION_ARGZERO + +setopt APPEND_HISTORY +setopt EXTENDED_HISTORY +setopt HIST_FIND_NO_DUPS setopt HIST_IGNORE_ALL_DUPS +setopt HIST_IGNORE_SPACE setopt HIST_NO_STORE setopt HIST_REDUCE_BLANKS +setopt INC_APPEND_HISTORY +setopt NO_HIST_BEEP +# setopt SHARE_HISTORY + setopt LIST_TYPES setopt LONG_LIST_JOBS