From ce0378c9c12a246de4177a786570ef35797d6c87 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 02:07:48 +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 62d2fd7e..4b690c53 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -80,7 +80,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then fi # Prompt (on bash only) -if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then +if [ "false" = "true" ] && ([ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]); then # Add new line before prompt PROMPT_COMMAND="PROMPT_COMMAND=echo" if [ -f /etc/os-release ]; then