From e61037c2ec82333cf792cb3cf023e22c3016d2b2 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 17:20:02 -0400 Subject: [PATCH] Update dot_tcshrc --- dot_tcshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_tcshrc b/dot_tcshrc index 6475fc6..e2af31e 100644 --- a/dot_tcshrc +++ b/dot_tcshrc @@ -1,5 +1,4 @@ # If running interactively, then: if ($?prompt) then - set SHELL = "/usr/bin/bash" - exec $SHELL + set SHELL = "/usr/bin/bash" && exec $SHELL endif \ No newline at end of file