1
2
HISTFILE=~/.histfile
3
HISTSIZE=1000
4
SAVEHIST=1000
5
6
setopt appendhistory autocd beep extendedglob nomatch notify
7
8
# Emacs like editing.
9
bindkey -e
10