zsh autocompletion

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-09 08:29:35 +02:00
parent 903d04cd61
commit 72f6f3158d

7
.zshrc
View file

@ -1,9 +1,12 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd extendedglob nomatch notify
unsetopt beep
# End of lines configured by zsh-newuser-install
autoload -U compinit
compinit
setopt completealiases
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting