Loading .zshrc +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) Loading @@ -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 Loading
.zshrc +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) Loading @@ -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