Results 1026 comments of Randy Lai
trafficstars

try the following settings (if you are on unix). ``` { "256color": true, "unix_term": "xterm-256color" } ```

It is because `shell_cmd ` invokes the bash shell instead of zsh. You could use `cmd` instead. Something like `"cmd": ["zsh", "-lc", "YOUR COMMAND"]`

It depends on your Sublime Text theme.

Instead of cmd, you might want to use `shell_cmd`. My guess is that `cmd` prevents the environmental variable interpolation. See https://forum.sublimetext.com/t/shell-cmd-stopped-working/48792

Oh, you are right. We don't respect shell_cmd in config, only as a parameter passed by the build system.

Could you elaborate? What is groovy?

If possible, could you share the debug log for me to diagnosing the issue? It is a bit difficult to pinpoint what's going on there.

It is because Sublime Text gets the PATH from `.bashrc` already and Terminus sources the file again. But it usually doesn't cause any issues. Don't know why it changs the...

You are right. The `theme` setting is not applied to the shell.