From 884e8260b70266ed40ef2d0296850ad6bc96e79c Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 21 Aug 2025 21:18:17 +0200 Subject: [PATCH] Removed redundant sourcing of PS1 --- .bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bashrc b/.bashrc index d4afbd1..2bc967e 100644 --- a/.bashrc +++ b/.bashrc @@ -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