profile: move profile loaded line
This commit is contained in:
parent
23252e5b28
commit
22dc42a7fd
1 changed files with 2 additions and 2 deletions
4
.profile
4
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue