Load matchit plugin where available.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 3d80825..5f4fdb5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,4 +1,4 @@
-if tty -s; then
+if [ -t 0 ]; then
   . /etc/profile
   . ~/.bash_profile
 fi