diff --git a/.profile b/.profile index 130408e..08dbddd 100644 --- a/.profile +++ b/.profile @@ -1,6 +1,8 @@ #!/bin/sh # shellcheck disable=SC2155 +export PROFILE_LOADED=true + export SHELL_CONFIG_DIR="${SHELL_CONFIG_DIR:-"${XDG_CONFIG_HOME:-"$HOME/.config"}/shell"}" . "$SHELL_CONFIG_DIR/env" @@ -75,6 +77,4 @@ else fi fi -export PROFILE_LOADED=true - # vim:ft=sh:sw=3:ts=3:nospell