Print process name instead of $SHELL value

This commit is contained in:
Anthony Rose 2025-01-17 15:32:25 +00:00
parent 534adbf94d
commit 7cb7e9f3fd

View file

@ -402,7 +402,7 @@ usermotd () {
then
echo "zsh $ZSH_VERSION"
else
echo "SHELL=$SHELL"
echo "$0"
fi
}