Many screen tweaks including screen-256color termcap, white caption and hardstatus...
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index d4157fc..c844bd5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,3 +1,5 @@
 # $Id$
-. /etc/profile
-. ~/.bash_profile
+if $(tty -s); then
+  . /etc/profile
+  . ~/.bash_profile
+fi