var envVars []string
shellEnvVars := []string{
"BASH_VERSION",
"ZSH_VERSION",
"FISH_VERSION",
"KSH_VERSION",
"tcsh",
"SHELL",
}
It's also reading terminfo. It's not handling absolute paths to shells properly, though.If you want to skip this, running `sprite exec -tty /bin/bash --login` or similar avoids the magic.