Test for login shell in a back-compatible way.
[profile.git] / .bash_profile
index fcecf15..e905a86 100644 (file)
@@ -1,7 +1,7 @@
-# $Id$
-for i in ~/.profile.d/*.bashrc; do . $i; done
-__ps1
-
-if [ "$OSTYPE" = "cygwin" ]; then
-  shopt -s nocaseglob
+#echo "$(date +'%F %T'): pid: $$; ppid: $PPID; tty: $(tty); .bash_profile" >> ~/.nx/spam
+if $(tty -s) || [ "${0:0:1}" = "-" ]; then
+  for i in ~/.profile.d/*.bashrc; do . $i; done; unset i
+  __ps1
 fi
+#export IP01=.bash_profile
+#export IP01BASH_PROFILE=.bash_profile