Commit bd8f29d3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

.zshrc: move alias sourcing to after .oh-my-zsh

parent d53ccb2a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
source ~/.shell/funcs
source_each ~/.shell/aliases ~/.shell/$(get_platform)/aliases ~/.aliases

plugins=(git django pip python virtualenv virtualenvwrapper)

@@ -13,3 +12,5 @@ if [[ ! -d $ZSH ]] && has git; then
	git clone git://github.com/robbyrussell/oh-my-zsh.git $ZSH
fi
[[ -d $ZSH ]] && source $ZSH/oh-my-zsh.sh

source_each ~/.shell/aliases ~/.shell/$(get_platform)/aliases ~/.aliases