Print process name instead of $SHELL value
This commit is contained in:
parent
534adbf94d
commit
7cb7e9f3fd
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ usermotd () {
|
|||
then
|
||||
echo "zsh $ZSH_VERSION"
|
||||
else
|
||||
echo "SHELL=$SHELL"
|
||||
echo "$0"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue