Show shell if it can't be detected
This commit is contained in:
parent
4a0efed1e0
commit
8e59db7d1b
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ usermotd () {
|
|||
then
|
||||
echo "zsh $ZSH_VERSION"
|
||||
else
|
||||
echo "shell unknown"
|
||||
echo "SHELL=$SHELL"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue