aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/history.zsh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-03 14:20:27 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-03 14:20:27 +0800
commit20bda32d5ec8393fe28422d453207fa261a4b09a (patch)
treebfd5af429fdf7628facd4e27bed8c48b40f64c70 /_zsh/history.zsh
parent5e57793ecbdcf544931f6f5dc875f91b47ad9f0e (diff)
downloaddotfiles-20bda32d5ec8393fe28422d453207fa261a4b09a.tar.bz2
Tune zsh configuations
Diffstat (limited to '_zsh/history.zsh')
-rw-r--r--_zsh/history.zsh4
1 files changed, 2 insertions, 2 deletions
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"