diff options
author | David Phillips <david@sighup.nz> | 2017-12-10 20:05:03 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-10 20:05:03 +1300 |
commit | ee16be67a5110387edb7aa498a99a49991ac8bdc (patch) | |
tree | 5360e2ebe9a1e1797785141902b79e553b23b310 | |
parent | 38f6b7d704994e3f1eeaac118cfd9a07995b144c (diff) | |
download | dotfiles-ee16be67a5110387edb7aa498a99a49991ac8bdc.tar.xz |
Increase history on shell
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ compinit HISTFILE=~/.zsh_history HISTSIZE=1000 -SAVEHIST=10000 +SAVEHIST=100000 # no beeping ಠ_ಠ unsetopt beep |