Force tcsh to execute bash as login shell, like it should be

This commit is contained in:
2025-04-24 03:29:27 -03:00
parent 561933f814
commit 37a3e43fb7

View File

@ -6,4 +6,4 @@ if (! `which starship >& /dev/null`) eval `starship init tcsh`
# Just use bash # Just use bash
set SHELL = "/bin/bash" set SHELL = "/bin/bash"
exec $SHELL exec $SHELL -l