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
|
then
|
||||||
echo "zsh $ZSH_VERSION"
|
echo "zsh $ZSH_VERSION"
|
||||||
else
|
else
|
||||||
echo "SHELL=$SHELL"
|
echo "$0"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue