organzie .profile and .bashrc

This commit is contained in:
2025-05-14 15:43:56 -05:00
parent 7bd940d717
commit 007db7e0ce
2 changed files with 83 additions and 1 deletions

View File

@ -2,6 +2,7 @@
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
# shellcheck disable=SC1090
. "$HOME/.bashrc"
fi
fi