dotfiles/executable_dot_zshenv
2023-06-27 15:21:49 -04:00

9 lines
155 B
Bash

#!/bin/zsh
# .zshenv always runs
# Set Env Vars here
#fix permissions errors
export ZSH_DISABLE_COMPFIX=true
# Load .profile
[[ -f ~/.env ]] && . ~/.env