dotfiles/zsh/zshrc

17 lines
392 B
Bash

export CURRENT_SHELL="zsh"
export DOT_FILES=$HOME/.config
# Install and load oh-my-zsh
source $DOT_FILES/zsh/oh-my-zsh.zsh
# Common functionality between Zsh and Bash
source $DOT_FILES/shell/common.sh
# Rake completion
source $DOT_FILES/zsh/completions.zsh
# Rake completion
source $DOT_FILES/zsh/rake_completion.zsh
# RVM
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm