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