Detect en_GB.utf8 locale.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 656e6ca..d56387e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,2 +1,4 @@
-. /etc/profile
-. ~/.bash_profile
+if $(tty -s); then
+  . /etc/profile
+  . ~/.bash_profile
+fi