dotfiles/.zshrc

10 lines
269 B
Bash
Raw Normal View History

2013-10-09 07:21:30 +01:00
# 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