aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index bd9cbb1..5086bbe 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -2,7 +2,6 @@
HISTFILE=~/.histfile
HISTSIZE=100000
SAVEHIST=1000000
-setopt appendhistory notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
@@ -18,6 +17,12 @@ autoload -Uz compinit
compinit
# End of lines added by compinstall
+setopt APPEND_HISTORY
+setopt HIST_EXPIRE_DUPS_FIRST
+setopt HIST_IGNORE_DUPS
+setopt HIST_IGNORE_SPACE
+setopt HIST_FIND_NO_DUPS
+
(cat ~/.cache/wal/sequences &)
# Sourcing everything