Removed redundant sourcing of PS1

This commit is contained in:
2025-08-21 21:18:17 +02:00
parent c0a3859797
commit 884e8260b7

View File

@@ -27,11 +27,6 @@ if [[ -d "$HOME"/.bash_completions.d ]];then
done
fi
# PS1 Prompt
# shellcheck disable=1090
# shellcheck disable=1091
[[ -f "$HOME/.functions/ps1.sh" ]] && source "$HOME/.functions/ps1.sh"
# shellcheck disable=1090
[[ -d "$HOME/.functions" ]] && for f in ~/.functions/*.sh; do source "$f"; done