zshrc added

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-09 08:21:30 +02:00
parent e7eedc99be
commit 903d04cd61

9
.zshrc Normal file
View file

@ -0,0 +1,9 @@
# 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
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting