dotfiles/zsh/zshrc

17 lines
392 B
Bash
Raw Normal View History

export CURRENT_SHELL="zsh"
2010-06-29 22:20:19 +10:00
export DOT_FILES=$HOME/.config
# Install and load oh-my-zsh
2010-06-29 22:20:19 +10:00
source $DOT_FILES/zsh/oh-my-zsh.zsh
# Common functionality between Zsh and Bash
source $DOT_FILES/shell/common.sh
# Rake completion
2010-06-29 22:20:19 +10:00
source $DOT_FILES/zsh/completions.zsh
2010-06-29 21:41:45 +10:00
# Rake completion
2010-06-29 22:20:19 +10:00
source $DOT_FILES/zsh/rake_completion.zsh
2010-06-29 21:41:45 +10:00
# RVM
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm