bash: be quieter on startup

This commit is contained in:
2019-11-20 08:56:28 +00:00
parent 036955a163
commit 494997710a

3
bashrc
View File

@@ -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