Skip to content

Commit

Permalink
Moving this source up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Temple committed Mar 10, 2015
1 parent 31fada8 commit 2f86b76
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
export ZSH=$HOME/.oh-my-zsh
export DOTFILES_DIR=/$HOME/.dotfiles
ZSH_CUSTOM=$DOTFILES_DIR/zsh

# Set Theme and Other Environment Vars in localrc
if [[ -a ~/.localrc ]]
then
source ~/.localrc
fi


source $ZSH/oh-my-zsh.sh

# Projects Folder
Expand Down Expand Up @@ -30,10 +38,5 @@ do
source $file
done

if [[ -a ~/.localrc ]]
then
source ~/.localrc
fi

# NVM Doesn't Like it unless it's last
source ~/.nvm/nvm.sh

0 comments on commit 2f86b76

Please sign in to comment.