From b8100b88c4fa4edacd6bf3e34074ab8678a44f1c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 31 Jan 2016 14:07:34 +0800 Subject: Tune zsh configs; Auto startx if login on tty6 (.zlogin) --- _zsh/history.zsh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '_zsh/history.zsh') diff --git a/_zsh/history.zsh b/_zsh/history.zsh index b668ed4..bfa6317 100644 --- a/_zsh/history.zsh +++ b/_zsh/history.zsh @@ -2,9 +2,11 @@ # zsh/history.zsh # -# history settings -HISTSIZE=1000 -SAVEHIST=800 HISTFILE=~/.zsh_history +HISTSIZE=2000 +SAVEHIST=1800 +# ignore these commands without arguments +HISTIGNORE="cd:ls:ll" + # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # -- cgit v1.2.2