.zshrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 17:45:17 +0300
changeset 214 7d52ae0eda9b
parent 181 11880eae9332
child 215 7b1b6872e92e
permissions -rw-r--r--
Increase HIST size.


EDITOR=vim

PS1='zsh# '

# Easy cd to often used dirs.
CDPATH=.:~:~/devel:~/devel/my-devel

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

setopt autocd beep extendedglob nomatch notify

setopt hist_ignore_all_dups
setopt append_history
setopt hist_ignore_space
setopt hist_no_functions

autoload -U edit-command-line
zle -N edit-command-line
bindkey '\ee' edit-command-line

# Emacs like editing.
bindkey -e