diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index f33fead..0c14dcb 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -402,7 +402,7 @@ usermotd () { then echo "zsh $ZSH_VERSION" else - echo "SHELL=$SHELL" + echo "$0" fi }