X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/a568f7faf0af7240bbfee4126d8034cf4f009205..aa11432fb45c379d42bef67858df11bc43ea3a8c:/base/.zprofile?ds=sidebyside diff --git a/base/.zprofile b/base/.zprofile index 3c1d2e0..425a48c 100644 --- a/base/.zprofile +++ b/base/.zprofile @@ -1,4 +1,4 @@ -#XXX: $PATH gets unset on alpine??? +#XXX: ensure we override /etc/profile, gets loaded after .zshenv source ~/.zshenv t="/tmp/home-$LOGNAME" @@ -10,3 +10,5 @@ if [[ ! -e "$t" ]] { if [[ ! -e "$h" ]] { ln -sf "$t" "$h" > /dev/null 2>&1 } +unset t +unset h