summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"