More checks in become.
[profile.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index d56387e..3d80825 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,4 +1,4 @@
-if $(tty -s); then
+if tty -s; then
   . /etc/profile
   . ~/.bash_profile
 fi