From 70bcc31fe9247ff44cfffdc11b355d4848d95697 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 17:15:40 -0400 Subject: [PATCH] Properly endif --- dot_tcshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_tcshrc b/dot_tcshrc index 9ac1a7f..6475fc6 100644 --- a/dot_tcshrc +++ b/dot_tcshrc @@ -1,3 +1,5 @@ +# 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