.zshrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 Aug 2011 22:11:42 +0300
changeset 177 95c784cc8cbb
parent 172 755ff9f067d0
child 179 ed15e30ff41a
permissions -rwxr-xr-x
History settings for zsh.


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

setopt autocd beep extendedglob nomatch notify

setopt hist_ignore_all_dups
setopt append_history
setopt hist_ignore_space
setopt hist_no_functions

# Emacs like editing.
bindkey -e