From 7cb7e9f3fd58424bf25fe403c1ea6759f4b94bec Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 17 Jan 2025 15:32:25 +0000 Subject: [PATCH] Print process name instead of $SHELL value --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }