summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-10 20:05:03 +1300
committerDavid Phillips <david@sighup.nz>2017-12-10 20:05:03 +1300
commitee16be67a5110387edb7aa498a99a49991ac8bdc (patch)
tree5360e2ebe9a1e1797785141902b79e553b23b310 /zshrc
parent38f6b7d704994e3f1eeaac118cfd9a07995b144c (diff)
downloaddotfiles-ee16be67a5110387edb7aa498a99a49991ac8bdc.tar.xz
Increase history on shell
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 4d121c8..4f883fe 100644
--- a/zshrc
+++ b/zshrc
@@ -5,7 +5,7 @@ compinit
HISTFILE=~/.zsh_history
HISTSIZE=1000
-SAVEHIST=10000
+SAVEHIST=100000
# no beeping ಠ_ಠ
unsetopt beep