Add tcshrc

This commit is contained in:
Isaac Shoebottom 2025-01-23 16:56:52 -04:00
parent 9cf801e3b4
commit ebe58db8bb

3
dot_tcshrc Normal file
View File

@ -0,0 +1,3 @@
if ($?prompt) then
set SHELL = "/usr/bin/bash"
exec $SHELL