Remove overridden home dir for local sourcing

This commit is contained in:
2025-01-06 16:35:43 -05:00
parent 8ce518300c
commit e8618ebd0a

View File

@@ -9,7 +9,7 @@
# stuck in a loop)
if [ -f /var/home/"${USER}"/.bashrc ] && [ "${HOME}" != "/var/home/${USER}" ]; then
HOME=/var/home/"${USER}" source /var/home/"${USER}"/.bashrc;
source /var/home/"${USER}"/.bashrc;
fi
if [ -f "${HOME}"/.bashrc ]; then