Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-09-22 00:43:16 -07:00
commit d326ff8894
2 changed files with 1 additions and 6 deletions

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 >>>