From 8dc4099b9cab04c7ba824ea3f2b3f4a41da8b034 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 30 Jan 2016 21:35:09 +0800 Subject: small adjustments --- _zsh/history.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_zsh/history.zsh') 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: # -- cgit v1.2.2