X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/fc6814be8f52c34705d000045a4527a67551f1de..0dfd7d0e8bbd638b473c95aed6c7315532466340:/.bash_profile diff --git a/.bash_profile b/.bash_profile index 08b4080..86795d7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,12 +1 @@ -# Pull in any system defaults first so they can be overridden later -[ -r /etc/profile ] && source /etc/profile - -# We run the environment settings for all shells to ensure it's always set up -source "${HOME}/.bash/environment" - -# An interactive shell starting bash_profile must be a login shell (man bash) -# We run the login script and the interactive setup -if [ -n "${PS1}" ]; then - source "${HOME}/.bash/login" - source "${HOME}/.bash/interactive" -fi +source ~/.bashrc