add env file

This commit is contained in:
2025-10-05 20:15:59 -05:00
parent 516a4cdc99
commit e98d774dc7

View File

@@ -0,0 +1,8 @@
# home manager envs
. "/etc/profiles/per-user/blake/etc/profile.d/hm-session-vars.sh"
# Only source this once
if [[ -z "$__HM_ZSH_SESS_VARS_SOURCED" ]]; then
export __HM_ZSH_SESS_VARS_SOURCED=1
fi