bash: be quieter on startup
This commit is contained in:
3
bashrc
3
bashrc
@@ -135,8 +135,5 @@ if [ -d "$HOME"/.bashrc.d ] ; then
|
|||||||
unset -v config
|
unset -v config
|
||||||
fi
|
fi
|
||||||
if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
|
if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
|
||||||
echo "hello ma."
|
|
||||||
source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash
|
source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash
|
||||||
else
|
|
||||||
echo "No system-specific bash."
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user