Merge branch 'master' of defaria.com:/opt/git/clearscm
[clearscm.git] / rc / bash_login
index d163c7b..4d75a42 100644 (file)
@@ -154,8 +154,8 @@ set +u
 # Shell options
 if [ $ARCHITECTURE != 'Darwin' ]; then
   if ! grep -qP '5\.(6|7|8|9|10)' /etc/*release; then
-    shopt -s autocd
-    shopt -s dirspell
+    shopt -s autocd   > /dev/null 2>&1
+    shopt -s dirspell > /dev/null 2>&1
   fi
 fi