From 3ae5aff0a5d88da000ed3e6e33e0901687bcacfd Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 15 Sep 2009 22:33:16 +0200 Subject: zshrc: history reduced to 25000 --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 211c722..256b40c 100644 --- a/zshrc +++ b/zshrc @@ -8,8 +8,8 @@ # {{{ Environment export PATH=$PATH:~/code/bin export HISTFILE=~/.zsh_history -export HISTSIZE=50000 -export SAVEHIST=50000 +export HISTSIZE=25000 +export SAVEHIST=25000 export LESSHISTFILE="-" export PAGER="less" export EDITOR="emacsclient" -- cgit v1.2.3