Removed redundant sourcing of PS1
This commit is contained in:
5
.bashrc
5
.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
|
||||
|
||||
|
Reference in New Issue
Block a user