fixed sourcing of .bashrc in .bash_profile

This commit is contained in:
zegonix
2024-12-28 12:20:43 +01:00
parent 78b3750e4a
commit 7a22972167

View File

@@ -2,4 +2,6 @@
# ~/.bash_profile # ~/.bash_profile
# #
source "~/.bashrc" if [[ -n "$USER" ]]; then
source "/home/$USER/.bashrc"
fi