2010-06-26 11:04:19 +10:00
|
|
|
export DOT_FILES=$HOME/.config
|
|
|
|
export CURRENT_SHELL=`which zsh`
|
2010-06-25 17:02:29 +10:00
|
|
|
|
2010-06-27 01:12:01 +10:00
|
|
|
# Include some ZSH-compatible config from bash (such as aliases, etc)
|
|
|
|
source $DOT_FILES/bash/common
|
|
|
|
|
|
|
|
# Install and load oh-my-zsh
|
2010-06-26 11:04:19 +10:00
|
|
|
source $DOT_FILES/zsh/oh-my-zsh
|
2010-06-27 01:12:01 +10:00
|
|
|
|
|
|
|
# Extra ZSH configuration
|
2010-06-26 11:27:25 +10:00
|
|
|
source $DOT_FILES/zsh/config
|
2010-06-27 01:12:01 +10:00
|
|
|
|
|
|
|
# My custom theme
|
2010-06-25 17:02:29 +10:00
|
|
|
source $DOT_FILES/zsh/theme
|
2010-06-28 09:41:56 +10:00
|
|
|
|
|
|
|
# RVM
|
|
|
|
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
|