@@ -181,6 +181,6 @@ if [ -f $HOME/.bashrc.local ]; then
fi
# Display a welcome message for interactive shells
if [ -t 1 ]; then
dotf hello
if [ -t 1 ] && command -v helloworld &> /dev/null; then
helloworld
The note is not visible to the blocked user.