diff --git a/roles/bash/files/profile b/roles/bash/files/profile index 2966996..e972eab 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -444,11 +444,15 @@ colortest() { stty -ixon # disable ctrl-s and ctrl-q _update_colors "${BACKGROUND:-dark}" -# shellcheck disable=SC1090 -while read -r f; do [ -f "$f" ] && source "$f"; done <