aboutsummaryrefslogtreecommitdiff
path: root/05-options.zsh
diff options
context:
space:
mode:
Diffstat (limited to '05-options.zsh')
-rw-r--r--05-options.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/05-options.zsh b/05-options.zsh
index a7af1b6..1b4bdff 100644
--- a/05-options.zsh
+++ b/05-options.zsh
@@ -35,5 +35,11 @@ SAVEHIST=100000
setopt appendhistory
setopt histverify
+setopt inc_append_history
+export HISTTIMEFORMAT="[%F %T]"
+setopt extended_history
+setopt hist_find_no_dups
+setopt hist_ignore_all_dups
+
autoload -U +X compinit
compinit -u