Commit 032b0ea2 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Source local shell RC before loading oh-my-zsh

parent a3dd6601
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ ZSH_THEME="kodo"
DISABLE_AUTO_TITLE=true
DISABLE_AUTO_UPDATE=true

# Local shell settings
source_each ~/.zsh_local

# activate oh-my-zsh
export ZSH=$HOME/.oh-my-zsh
[[ -d $ZSH ]] && source $ZSH/oh-my-zsh.sh

# Local shell settings
source_each ~/.zsh_local

source_each \
	~/.shell/aliases \
	~/.shell/zsh_aliases \