summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-04-13 07:31:05 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:30:22 (GMT)
commit4869676ed70d5ec1733a0598c0f8c62f5c302202 (patch)
tree8e11cc0c9e42c5b04cd341d7f52c5d208a452e1e
parentc27d85f5694f9e722f0f38a19696417b82c86186 (diff)
downloaddotfiles-4869676ed70d5ec1733a0598c0f8c62f5c302202.zip
dotfiles-4869676ed70d5ec1733a0598c0f8c62f5c302202.tar.gz
dotfiles-4869676ed70d5ec1733a0598c0f8c62f5c302202.tar.bz2
zsh: Increase history size 1000 -> 5000
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index a597a98..5193e9f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,7 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh_history
-HISTSIZE=1000
-SAVEHIST=1000
+HISTSIZE=5000
+SAVEHIST=5000
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/oliver/.zshrc'