summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a6e0697..d24fd07 100644
--- a/.zshrc
+++ b/.zshrc
@@ -111,6 +111,9 @@ limit core 0 # no core dumps
umask 022 # default umask
#cdpath=(.. ~) # make cd search other directories
+# Keep more than 1000 history items
+HISTSIZE=999999
+SAVEHIST=$HISTSIZE
# Make alt key function as meta key.
#[[ $TERM = "xterm" ]] && stty pass8 && bindkey -me