]> code.delx.au - dotfiles/blobdiff - .bashrc
bash: reorder initialisation
[dotfiles] / .bashrc
diff --git a/.bashrc b/.bashrc
index 79f465cfb07a0b4675c7362a7345e83e4efe4206..99a5c53177611bd9261f1ec660467a0a9a6cc9b2 100644 (file)
--- 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"
 fi