add env file
This commit is contained in:
8
users/blake/dotfiles/zsh/.zshenv
Normal file
8
users/blake/dotfiles/zsh/.zshenv
Normal 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
|
||||
Reference in New Issue
Block a user