More incorrect uses of noremap.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index c844bd5..5f4fdb5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,5 +1,4 @@
-# $Id$
-if $(tty -s); then
+if [ -t 0 ]; then
   . /etc/profile
   . ~/.bash_profile
 fi