X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/835cf1dbb0026a5a548515fc7c1b09c99f803408..a21efa43c917f62d9ea1b15043aa64bf8b8d4ab4:/.bashrc diff --git a/.bashrc b/.bashrc index 1888b27..99a5c53 100644 --- a/.bashrc +++ b/.bashrc @@ -1,8 +1,5 @@ -# We run the environment settings for all shells to ensure it's always set up source "${HOME}/.bash/environment" -# An interactive shell starting bashrc is not a login shell, just run -# interactive setup if [ -n "${PS1}" ]; then - source "${HOME}/.bash/interactive" + source "${HOME}/.bash/interactive" fi