diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |