From d6272a84198a3e67248c40e502fd5147df40c125 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 31 Oct 2022 12:54:14 +0000 Subject: [PATCH] Update dotfiles/.profile --- dotfiles/.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.profile b/dotfiles/.profile index 47a8d8b0..f87bd73b 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -37,6 +37,8 @@ if [ -f "$HOME/.local/functions" ]; then fi ### Bash / ZSH +echo "$0" +echo "$SHELL" if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ] || [ "$SHELL" = '/bin/bash' ] || [ "$0" = 'zsh' ] || [ "$0" = '/bin/zsh' ] || [ "$SHELL" = '/bin/zsh' ]; then ### OS Detection if [ -f /etc/os-release ]; then