diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-06-12 14:52:45 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-06-12 14:52:45 +0200 |
commit | 92e8f9aaf07a0753bad7ab9a825aeadf7aba43c2 (patch) | |
tree | a5e854d681cea94e10eb09011b0c8368726a0d0a | |
parent | 1163989d34b6d1127a2123a215088eb4f63d151f (diff) |
increase history size
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ if [[ -d ~/var/cache/zsh ]] { } HISTFILE=${ZCACHEDIR}/history -HISTSIZE=100000 +HISTSIZE=1000000 SAVEHIST=${HISTSIZE} DIRSTACKSIZE=20 |