From 43ea6d036e6e97b44daefbcc941c1c4ff92da8b3 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 7 Jul 2022 09:57:29 -0600 Subject: [PATCH] zshrc: add .zshenv --- common/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/.zshrc b/common/.zshrc index a70cf41..8236758 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -215,4 +215,7 @@ remindperms () { #### -export PATH=$PATH:$HOME/.local/bin +if [[ -f "$HOME/.zshenv" ]]; then + source ~/.zshenv +fi +