summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-15 22:33:16 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-16 22:33:57 +0200
commit3ae5aff0a5d88da000ed3e6e33e0901687bcacfd (patch)
tree6632bfa6698cbe80ccfe954cd0a2c0dd0c33227c /zshrc
parentfb2e7d13d0a45f0dda62789688aea9a85b668d96 (diff)
downloaddotfiles-3ae5aff0a5d88da000ed3e6e33e0901687bcacfd.tar.xz
zshrc: history reduced to 25000
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 2 insertions, 2 deletions
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"