minor fix

This commit is contained in:
fatalerrors
2026-05-20 15:54:23 +02:00
parent 9a272689eb
commit 1a48280b14
6 changed files with 36 additions and 27 deletions

View File

@@ -375,13 +375,13 @@ if [[ $INTERACTIVE ]]; then
# Load custom bash completions
shopt -s nullglob
for _compl in "$MYPATH/profile.d/bash-completion/"*.sh; do
# shellcheck disable=SC1090 # Dynamic sourcing of completion scripts
[[ -f "$_compl" && -r "$_compl" ]] && . "$_compl"
done
unset _compl
shopt -u nullglob
# For compiling (as we often compile with LFS/0linux...)
#Aliases
# Aliases
load_alias aliases
# Define PS1