summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rwxr-xr-x.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 0181399..492cbc0 100755
--- a/.zshrc
+++ b/.zshrc
@@ -30,9 +30,9 @@ autoload -Uz compinit
compinit -u
# history
-HISTSIZE=1000
+HISTSIZE=999999
+SAVEHIST=999999
HISTFILE=~/.zsh_history
-SAVEHIST=1000
HISTDUP=erase
setopt INC_APPEND_HISTORY
setopt HIST_IGNORE_ALL_DUPS
remember that computers suck.