Работаю под убунту. Прописал в кофиг плагина терминал
{
// The command to execute for the terminal, leave blank for the OS default
// See https://github.com/wbond/sublime_terminal#examples for examples
"terminal": "/bin/bash",
// A list of default parameters to pass to the terminal, this can be
// overridden by passing the "parameters" key with a list value to the args
// dict when calling the "open_terminal" or "open_terminal_project_folder"
// commands
"parameters": [],
// An environment variables changeset. Default environment variables used for the
// terminal are inherited from sublime. Use this mapping to overwrite/unset. Use
// null value to indicate that the environment variable should be unset.
"env": {}
}
Вместо bash, прописал xterm и заработало, но хотелось бы в родном баше.
Только он не запускается, даже, если пытаюсь запустить из package control.
Как решить эту проблему?
Заранее благодарен.