From e7cf0e1de7a12d2b4af261a2303d656d048abb31 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Mon, 16 May 2022 10:41:00 -0500 Subject: [PATCH] Allow local aliases --- zshrc | 3 +++ 1 file changed, 3 insertions(+) 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