Update dot_tcshrc

This commit is contained in:
Isaac Shoebottom 2025-01-23 17:20:02 -04:00
parent 70bcc31fe9
commit e61037c2ec

View File

@ -1,5 +1,4 @@
# If running interactively, then: # If running interactively, then:
if ($?prompt) then if ($?prompt) then
set SHELL = "/usr/bin/bash" set SHELL = "/usr/bin/bash" && exec $SHELL
exec $SHELL
endif endif