Pentadactyl fixes.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 656e6ca..3d80825 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,2 +1,4 @@
-. /etc/profile
-. ~/.bash_profile
+if tty -s; then
+  . /etc/profile
+  . ~/.bash_profile
+fi