diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-30 21:35:09 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-30 21:35:09 +0800 |
commit | 8dc4099b9cab04c7ba824ea3f2b3f4a41da8b034 (patch) | |
tree | 47b71a8f9e20ff55661125797371713149eeb0aa /_zsh | |
parent | 1a80abd95d93db9e0a3b0646bd346ee9e6a5fcd5 (diff) | |
download | dotfiles-8dc4099b9cab04c7ba824ea3f2b3f4a41da8b034.tar.bz2 |
small adjustments
Diffstat (limited to '_zsh')
-rw-r--r-- | _zsh/history.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_zsh/history.zsh b/_zsh/history.zsh index dd7997e..b668ed4 100644 --- a/_zsh/history.zsh +++ b/_zsh/history.zsh @@ -3,8 +3,8 @@ # # history settings -HISTSIZE=10000 -SAVEHIST=9000 +HISTSIZE=1000 +SAVEHIST=800 HISTFILE=~/.zsh_history # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |