lots of fixes, new music stuff
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index 35db9aca99cdf150e10654f17a13e4f3fc38edb4..a8ee06782c2b9489d02a9e1584fa1787b7d38b3e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -32,6 +32,7 @@ HISTCONTROL=ignoredups
 HISTIGNORE='pass *:[ ]*:otp *:oathtool *:histrm *'
 
 
+
 #### begin section that works with sl() function to return from
 # noninteractive ssh shells, or tty. tty because often i
 # use it when something is going and io is slow and my bashrc
@@ -50,9 +51,8 @@ else
   ###### Begin sourcing of files #####
 
   # The distinction between login and non-login shells is super lame
-  # and pretty random. get rid of that distinction. The var check is
-  # just a random variable i set there and no where else.
-  if ! shopt -q login_shell && [[ ! $PITHOSFLY_SAVE_DIR ]]; then
+  # and pretty random. get rid of that distinction.
+  if ! shopt -q login_shell; then
     if [[ -r /etc/profile ]]; then
       source /etc/profile
     fi