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