zshrc: add .zshenv

This commit is contained in:
Cynthia Foxwell 2022-07-07 09:57:29 -06:00
parent dfcc4d85d8
commit 43ea6d036e
1 changed files with 4 additions and 1 deletions

View File

@ -215,4 +215,7 @@ remindperms () {
####
export PATH=$PATH:$HOME/.local/bin
if [[ -f "$HOME/.zshenv" ]]; then
source ~/.zshenv
fi