diff --git a/bashrc b/bashrc index 8bf86b3..dab7806 100644 --- a/bashrc +++ b/bashrc @@ -135,8 +135,5 @@ if [ -d "$HOME"/.bashrc.d ] ; then unset -v config fi if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then - echo "hello ma." source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash -else - echo "No system-specific bash." fi