Platformio-atom-ide-terminal: Use Gitbash or Cygwin inside windows?

Created on 7 Oct 2016  路  2Comments  路  Source: platformio/platformio-atom-ide-terminal

If I specify gitbash or babun minty.exe as the overide, it opens the terminal in a new window, how do I prevent that so it loads inside atom?

question workaround posted

Most helpful comment

I had the same issue until I mapped my shell to the following:
C:\Program Files\Git\bin\bash.exe

All 2 comments

I had the same issue until I mapped my shell to the following:
C:\Program Files\Git\bin\bash.exe

Like @scuba10steve said, you'll want to link to the bash.exe file directly, not the terminal emulator executable.

For a Cywin-based prompt on Windows, I am using Babun as well. If you're using a vanilla version of Cywin, just adjust the path accordingly to point to your installation directory.

For bash:
C:\Users\<username>\.babun\cygwin\bin\bash.exe
with Shell Arguments
--login -i

For zsh (installed as part of Babun):
C:\Users\<username>\.babun\cygwin\bin\zsh.exe

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JoanaRFerreira picture JoanaRFerreira  路  4Comments

yangwao picture yangwao  路  4Comments

alexmylonas picture alexmylonas  路  3Comments

ianindratama picture ianindratama  路  4Comments

fusion809 picture fusion809  路  3Comments