diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-05-08 18:34:47 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2009-05-08 18:34:47 +0000 |
commit | 13fda888ee143406158149a48b57a66f96dbea35 (patch) | |
tree | 615d82a18442ba9a3e643c9c02e171539bd46cc7 /zshrc | |
parent | d29bf6594b7fa49113e3f1714550d00276fb75fb (diff) |
Increase history
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@385 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ setopt CHECK_JOBS unsetopt BG_NICE export HISTFILE=~/.zsh_history -export HISTSIZE=10000 -export SAVEHIST=10000 +export HISTSIZE=50000 +export SAVEHIST=50000 setopt APPEND_HISTORY setopt INC_APPEND_HISTORY #setopt SHARE_HISTORY |