From 37a3e43fb75c5768f06cd1c3aa771975f8207874 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 24 Apr 2025 03:29:27 -0300 Subject: [PATCH] Force tcsh to execute bash as login shell, like it should be --- 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 6ba4f8e..e8300c5 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 +exec $SHELL -l