dotfiles/executable_dot_zshenv
Mira Velturu a0880f22e9 updates
2023-11-21 22:08:12 -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