diff --git a/zshrc b/zshrc index f5e68d2..b8bd5d5 100644 --- a/zshrc +++ b/zshrc @@ -77,6 +77,9 @@ fi if [[ -s ~/.aliases ]]; then source ~/.aliases fi +if [[ -s ~/.aliases.local ]]; then + source ~/.aliases.local +fi # NVM if [[ -s "$NVM_DIR/nvm.sh" ]]; then