.zshrc: Bump up history from 1000 to 2000
Sometimes terminal sessions are running for days/weeks and you end up missing some commands that you feel like you "just" ran.
This commit is contained in:
parent
ac5cbad4c0
commit
e43493a859
4
.zshrc
4
.zshrc
@ -1,6 +1,6 @@
|
|||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
HISTSIZE=1000
|
HISTSIZE=2000
|
||||||
SAVEHIST=1000
|
SAVEHIST=2000
|
||||||
setopt append_history # append
|
setopt append_history # append
|
||||||
setopt hist_ignore_all_dups # no duplicate
|
setopt hist_ignore_all_dups # no duplicate
|
||||||
setopt hist_ignore_space # ignore space prefixed commands
|
setopt hist_ignore_space # ignore space prefixed commands
|
||||||
|
Loading…
Reference in New Issue
Block a user