shell: remove profile load check
This commit is contained in:
parent
11cf7d6e47
commit
b4b303611b
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ error() {
|
||||||
# change cursor to a beam by default
|
# change cursor to a beam by default
|
||||||
printf '\e[5 q'
|
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 >>>
|
### Generic shell configuration >>>
|
||||||
### Environment variables >>>
|
### Environment variables >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue