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