]> code.delx.au - dotfiles/blobdiff - .bashrc
screenrc rewrite
[dotfiles] / .bashrc
diff --git a/.bashrc b/.bashrc
index 1888b27564e33bcae27015672f8cf107201ade1e..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"
+    source "${HOME}/.bash/interactive"
 fi