.zshrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 Aug 2011 00:34:26 +0300
changeset 172 755ff9f067d0
child 177 95c784cc8cbb
permissions -rwxr-xr-x
zsh basic settings.


HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000

setopt appendhistory autocd beep extendedglob nomatch notify

# Emacs like editing.
bindkey -e