diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-14 13:53:24 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-14 13:53:24 +0000 |
commit | 0953fc198e1ba6935baf53038d971289b4f9b634 (patch) | |
tree | 81831293de8d25e1119045dbe77db38f5c8de4fc /system/zsh/skel | |
parent | 61b01a617e287545933f7169660aa6a53c03d76e (diff) | |
download | packages-0953fc198e1ba6935baf53038d971289b4f9b634.tar.gz packages-0953fc198e1ba6935baf53038d971289b4f9b634.tar.bz2 packages-0953fc198e1ba6935baf53038d971289b4f9b634.tar.xz packages-0953fc198e1ba6935baf53038d971289b4f9b634.zip |
system/zsh: save 1000 lines of history by default
Diffstat (limited to 'system/zsh/skel')
-rw-r--r-- | system/zsh/skel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/zsh/skel b/system/zsh/skel index e3ddddf99..92bd52b7b 100644 --- a/system/zsh/skel +++ b/system/zsh/skel @@ -1,4 +1,6 @@ # Lines configured by zsh-newuser-install HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 setopt appendhistory extendedglob # End of lines configured by zsh-newuser-install |