dotfiles/executable_dot_zshenv
2025-12-21 10:18:04 -05:00

9 lines
163 B
Bash

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