We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb9dd0 commit 49192b2Copy full SHA for 49192b2
shell/zsh/.zshrc
@@ -10,20 +10,22 @@ fi
10
11
# Options
12
HISTFILE=$HOME/.zsh_history
13
-HISTSIZE=-1
+HISTSIZE=10000000
14
SAVEHIST=$HISTSIZE
15
setopt HIST_IGNORE_ALL_DUPS
16
setopt HIST_FCNTL_LOCK
17
setopt HIST_SAVE_NO_DUPS
18
setopt HIST_REDUCE_BLANKS
19
setopt APPEND_HISTORY
20
+setopt INC_APPEND_HISTORY
21
setopt INC_APPEND_HISTORY_TIME
22
setopt EXTENDED_HISTORY
23
setopt HIST_NO_STORE
24
setopt SHARE_HISTORY
25
setopt HIST_EXPIRE_DUPS_FIRST
26
setopt HIST_IGNORE_DUPS
27
setopt HIST_VERIFY
28
+setopt HIST_FIND_NO_DUPS
29
setopt +o nomatch
30
unset zle_bracketed_paste
31
0 commit comments