diff --git a/.config/shell/shrc b/.config/shell/shrc index c70d43b..d027687 100644 --- a/.config/shell/shrc +++ b/.config/shell/shrc @@ -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 >>>