From ebe58db8bb81c3d803c86ade8cc9153bcb48c927 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 16:56:52 -0400 Subject: [PATCH] Add tcshrc --- dot_tcshrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dot_tcshrc diff --git a/dot_tcshrc b/dot_tcshrc new file mode 100644 index 0000000..9ac1a7f --- /dev/null +++ b/dot_tcshrc @@ -0,0 +1,3 @@ +if ($?prompt) then +set SHELL = "/usr/bin/bash" +exec $SHELL