From cd2922c0260ba0d475f2bf761113138423a88e86 Mon Sep 17 00:00:00 2001 From: Dilan Gilluly Date: Wed, 3 Dec 2025 22:23:51 -0500 Subject: [PATCH] bash fix --- .bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bashrc b/.bashrc index 07c4300..fecdd09 100644 --- a/.bashrc +++ b/.bashrc @@ -1,7 +1,3 @@ -if [ -z "$PS1" ]; then - exit 0 -fi - unset HISTFILE export PS1="\u@\h \W \$ "