.zshrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 Aug 2011 22:25:13 +0300
changeset 180 176106ed8e46
parent 179 ed15e30ff41a
child 181 11880eae9332
permissions -rwxr-xr-x
Set prompt for shell.


EDITOR=vim

PS1='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

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

# Emacs like editing.
bindkey -e