.zshrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Sep 2011 21:08:02 +0300
changeset 197 5c1ed795a3b3
parent 181 11880eae9332
child 214 7d52ae0eda9b
permissions -rw-r--r--
merged


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