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