Set TERMINFO before calling tput.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index d4157fc..3d80825 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,3 +1,4 @@
-# $Id$
-. /etc/profile
-. ~/.bash_profile
+if tty -s; then
+  . /etc/profile
+  . ~/.bash_profile
+fi