aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/history.zsh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-30 21:35:09 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-30 21:35:09 +0800
commit8dc4099b9cab04c7ba824ea3f2b3f4a41da8b034 (patch)
tree47b71a8f9e20ff55661125797371713149eeb0aa /_zsh/history.zsh
parent1a80abd95d93db9e0a3b0646bd346ee9e6a5fcd5 (diff)
downloaddotfiles-8dc4099b9cab04c7ba824ea3f2b3f4a41da8b034.tar.bz2
small adjustments
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 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: #