Allow local aliases

This commit is contained in:
Daniel Lynn 2022-05-16 10:41:00 -05:00
parent f395a267b2
commit e7cf0e1de7
Signed by: daniel
GPG Key ID: 28496A140E180A9D

3
zshrc
View File

@ -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