summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index efa587b..f8a84ec 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -48,8 +48,11 @@ fi
# History Settings
HISTFILE=~/.histfile
-HISTSIZE=1000
-SAVEHIST=1000
+HISTSIZE=30000
+SAVEHIST=30000
+setopt SHARE_HISTORY
+setopt HIST_IGNORE_ALL_DUPS
+setopt HIST_REDUCE_BLANKS
# ==============================================================================
# 4. COMPLETION & UI SETTINGS