.zshrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 24 Sep 2011 14:54:07 +0300
changeset 200 f168b5f40b60
parent 181 11880eae9332
child 214 7d52ae0eda9b
permissions -rw-r--r--
Add option for CVS.


EDITOR=vim

PS1='zsh# '

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

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

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

# Emacs like editing.
bindkey -e