From 22dc42a7fd427e8c57c8714108d2e43177b9d9bc Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 17 Sep 2022 20:27:48 -0700 Subject: [PATCH] profile: move profile loaded line --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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