X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rc%2Fbash_login;h=4d75a4239e09b2eb208a401d78cd006fb42aa836;hb=64cb05c445d480f29d266e70db6eb1d021d34456;hp=d163c7b7dd36c48e8f4858e7a86a7ba17a934b22;hpb=3aa7bf69f92e8f1a3309de0cab442bf6a6e4874d;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index d163c7b..4d75a42 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -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