From 20bda32d5ec8393fe28422d453207fa261a4b09a Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 3 Feb 2016 14:20:27 +0800 Subject: Tune zsh configuations --- _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 bfa6317..e1275a6 100644 --- a/_zsh/history.zsh +++ b/_zsh/history.zsh @@ -4,8 +4,8 @@ HISTFILE=~/.zsh_history -HISTSIZE=2000 -SAVEHIST=1800 +HISTSIZE=10000 +SAVEHIST=9000 # ignore these commands without arguments HISTIGNORE="cd:ls:ll" -- cgit v1.2.2