diff --git a/services/sv/loadenv/run b/services/sv/loadenv/run index 4e45759..fe29f7c 100755 --- a/services/sv/loadenv/run +++ b/services/sv/loadenv/run @@ -16,7 +16,7 @@ [ -r ./conf ] && . ./conf if [ -e "$HOME/.config/sh/profile" ]; then - XDG_PROFILE="${XDG_PROFILE:-HOME/.config/sh/profile}" + XDG_PROFILE="${XDG_PROFILE:-$HOME/.config/sh/profile}" fi ENV=${XDG_PROFILE:-$HOME/.profile} sh -i -c env | while IFS= read -r line; do