X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=c8807d02b12f21186ad29ca3d688c74539db7ba1;hb=cdf82bd9260a447239dd1aba26b107f7804e1a81;hp=d163c7b7dd36c48e8f4858e7a86a7ba17a934b22;hpb=9e72cb067981fa27cfbbb6aae24f5f67ebc37951;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index d163c7b..c8807d0 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 @@ -203,11 +203,11 @@ else export LANG=C fi -if [ $(type -p vim) ]; then +if [ "$(type -p vim)" ]; then alias vi=vim fi -if [ $(type -p ncftp) ]; then +if [ "$(type -p ncftp)" ]; then alias ftp=ncftp alias ftpput=ncftpput alias ftpget=ncftpget