diff --git a/.bashrc b/.bashrc index b956d4e..ee80114 100644 --- a/.bashrc +++ b/.bashrc @@ -124,6 +124,8 @@ for fts in "${FILES_TO_SOURCE[@]}"; do if [[ -f "${fts}" ]]; then # shellcheck disable=SC1090 source "${fts}" + else + echo "WARNING: '${fts}' does not exist." fi done