Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add git-bash.exe (Git for Windows 2.x) preset #77

Closed
anb0s opened this issue Aug 18, 2016 · 3 comments
Closed

add git-bash.exe (Git for Windows 2.x) preset #77

anb0s opened this issue Aug 18, 2016 · 3 comments

Comments

@anb0s
Copy link
Owner

anb0s commented Aug 18, 2016

Git for Windows 2.x has a new nice looking bash located in "C:\Program Files\Git\git-bash.exe".
No need for "--login -i" parameters:

Open:
cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} "C:\Program Files\Git\git-bash.exe"

Run:
cmd.exe /C start "${easyshell:project_name}" /D ${easyshell:container_loc} "C:\Program Files\Git\git-bash.exe" -c ./''${easyshell:resource_name}''

@anb0s
Copy link
Owner Author

anb0s commented Aug 18, 2016

Better just call it without cmd.exe directly with defined working directory:

Open:
C:\Program Files\Git\git-bash.exe
image

Run:
C:\Program Files\Git\git-bash.exe -c ./''${easyshell:resource_name}''
image

@anb0s anb0s mentioned this issue Aug 18, 2016
15 tasks
anb0s added a commit that referenced this issue Aug 22, 2016
@anb0s
Copy link
Owner Author

anb0s commented Aug 22, 2016

done

@anb0s anb0s closed this as completed Aug 22, 2016
@anb0s
Copy link
Owner Author

anb0s commented Aug 23, 2016

done for #78

anb0s added a commit that referenced this issue Aug 23, 2016
#16 Copy Fully Qualified Class Name
#51 please support https://github.com/cmderdev/cmder
#72 [v2.0] add *_path eclipse variables
#77 add git-bash.exe (Git for Windows 2.x) preset

Signed-off-by: Andre Bossert <[email protected]>
anb0s added a commit that referenced this issue Aug 23, 2016
#16 Copy Fully Qualified Class Name
#51 please support https://github.com/cmderdev/cmder
#72 [v2.0] add *_path eclipse variables
#77 add git-bash.exe (Git for Windows 2.x) preset

Signed-off-by: Andre Bossert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant