From 207ca185fdd524d5e7a0fafbdca6faf1217d8397 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 21:46:33 +0000 Subject: [PATCH] Update dotfiles/.bashrc --- dotfiles/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 8ac9c46a..2a3a3274 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -89,7 +89,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then fi # Prompt (on bash only) -if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then +if { [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; } && [[ "$(hostname)" != *'-minimal' ]]; then # Add new line before prompt PROMPT_COMMAND="PROMPT_COMMAND=echo" if [ -f /etc/os-release ]; then