Show shell if it can't be detected

This commit is contained in:
Anthony Rose 2022-08-19 16:08:06 +01:00
parent 4a0efed1e0
commit 8e59db7d1b

View file

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