X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/fc6814be8f52c34705d000045a4527a67551f1de..f7f81a77cd15bf4f006f1b56f2223049c78e81ec:/.bash_profile diff --git a/.bash_profile b/.bash_profile index 08b4080..6cdf13a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,12 +1,3 @@ -# 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 "${HOME}/.bashrc"