Symlink .fonts.conf.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index d4157fc..5f4fdb5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,3 +1,4 @@
-# $Id$
-. /etc/profile
-. ~/.bash_profile
+if [ -t 0 ]; then
+  . /etc/profile
+  . ~/.bash_profile
+fi