Update paths for .zshrc

This commit is contained in:
Tommy Harris 2021-03-25 15:11:59 -06:00
parent 8b1dab8935
commit 3cc5ad9605
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 3 additions and 3 deletions

View File

@ -99,9 +99,9 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"
# load aliases, functions, exports
source $HOME/scripts/shell/exports.sh 2>/dev/null
source $HOME/scripts/shell/aliases.sh 2>/dev/null
source $HOME/scripts/shell/functions.sh 2>/dev/null
source $HOME/dotfiles/scripts/shell/exports.sh 2>/dev/null
source $HOME/dotfiles/scripts/shell/aliases.sh 2>/dev/null
source $HOME/dotfiles/scripts/shell/functions.sh 2>/dev/null
# source private stuff
source $HOME/dotfiles/private/aliasrc 2>/dev/null