commit dd0abd21cace55ac98a303bf826b15617dc96a9c
parent d8641984ffea6cac3091448fb3bfbc420063e532
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 11 Dec 2014 14:21:22 +0100
reduce history size
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -25,7 +25,7 @@ setopt share_history
setopt hist_verify
setopt hist_ignore_all_dups
export HISTFILE="${HOME}"/.zsh-history
-export HISTSIZE=1000000
+export HISTSIZE=10000
export SAVEHIST=$HISTSIZE
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}