Sublime Forum

Change Build System Terminal - Terminus

#1

I am using terminus to switch between different terminals (eg git bash) but this does not seem to affect the sublime build system. I am wondering how to change the sublime build system to use a different terminal than the default one (eg from command prompt on windows to git bash). I would like to run the build through git bash instead of command prompt.

Currently my custom build system looks something like this :
{
“target”: “terminus_exec”,
“cancel”: “terminus_cancel_build”,
“shell_cmd”: “build command”,
“working_dir”: “$file_path”
}

This runs the build system through command prompt even if git bash is my default build system. Thank you for your help!

0 Likes