Change terminal in Atom-editor Platformio-Ide-Terminal on Windows

On Windows, the default terminal for Atom Platformio-Ide-Terminal is Powershell (at least this is what I get without any configuration),

I would prefer to use the terminal with commands like unix. I already have MINGW and CYGWIN installed.

How can I avoid opening Powershell and opening another type of terminal?

+4
source share
3 answers

Set the default shell in: Change → Settings → Packages → Platform Ideal terminal → Settings → Shell shell

git bash , , , git.

C:\Program Files\Git\bin\bash.exe
+5

Ubuntu Windows 10 ( ), .

Ubuntu Windows PATH, :

ubuntu.exe

. , , cd to/mnt/()/ ///.

0

For CYGWIN users, the bash executable from the following location was useful for setting shell overrides Settings >> Packages >> Platformio Ide Terminal >> Settings >> Shell Override

C:\cygwin64\bin\bash.exe
0
source

Source: https://habr.com/ru/post/1669944/


All Articles