shell: remove profile load check

This commit is contained in:
PowerUser64 2022-09-21 00:11:18 -07:00
parent 11cf7d6e47
commit b4b303611b

View file

@ -38,11 +38,6 @@ error() {
# change cursor to a beam by default
printf '\e[5 q'
# Warn if profile isn't loaded, if not in an ssh connection
if ! "${PROFILE_LOADED:-false}" || [ -z "${SSH_TTY:+foo}" ]; then
echo "Warning: profile was not loaded! Set PROFILE_LOADED to 'true' to disable this warning." >&2
fi
### <<<
### Generic shell configuration >>>
### Environment variables >>>