diff --git a/.zshrc b/.zshrc index bff1056..8905477 100644 --- a/.zshrc +++ b/.zshrc @@ -63,3 +63,5 @@ source $ZSH/oh-my-zsh.sh # load functions [[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" [[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc" + +. $HOME/.shellrc.load