From 561933f814052ea8b35a65e321d0f3ab2ceff496 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 24 Apr 2025 03:22:04 -0300 Subject: [PATCH] Update tcsh a bit --- dot_config/tcsh/dot_tcshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/tcsh/dot_tcshrc b/dot_config/tcsh/dot_tcshrc index c6e8bbb..6ba4f8e 100644 --- a/dot_config/tcsh/dot_tcshrc +++ b/dot_config/tcsh/dot_tcshrc @@ -6,4 +6,4 @@ if (! `which starship >& /dev/null`) eval `starship init tcsh` # Just use bash set SHELL = "/bin/bash" -exec $SHELL \ No newline at end of file +exec $SHELL