From c465a3979434e1f8e6271614315be3fb1908ee5d Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 17 Nov 2021 10:06:39 -0800 Subject: [PATCH] zsh(darwin): Explicitly source .profile --- zsh/darwin.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/darwin.zshrc b/zsh/darwin.zshrc index b87f13f..5155b9e 100644 --- a/zsh/darwin.zshrc +++ b/zsh/darwin.zshrc @@ -4,3 +4,5 @@ alias ls='ls -G' export LSCOLORS='Exgxbxdxcxegedabagacad' alias units='gunits --verbose' + +source ~/.profile