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

Open babun in the current directory #141

Closed
wants to merge 2 commits into from
Closed

Open babun in the current directory #141

wants to merge 2 commits into from

Conversation

Johann-S
Copy link

Hi,

This is my pull request to open babun in the current directory and fix issue
#131

@Johann-S
Copy link
Author

You're right if i change with \bin\sh it's works. The commands looks like this :

start %CYGWIN_HOME%\bin\mintty.exe -h start "%CYGWIN_HOME%\bin\sh" -l -c "cd '%CD%' ; exec bash" - || goto :ERROR

but sorry for the question, what's the differences between bin\bash and bin\sh ?

@tombujok
Copy link
Contributor

and then "exec sh" at the end as well...
I was hoping that /bin/sh will open a default shell, you would have to check if it's the case ;)

@Johann-S
Copy link
Author

What do you think about install the package "chere" by default ?
Because i had found a lot's of topic which spoke about uses chere to launch mintty in a different directory with a simple command like :

start %CYGWIN_HOME%\bin\mintty.exe -e /bin/xhere /bin/sh \"%CD%" - || goto :ERROR

And it use /bin/sh :)

@kubamarchwicki kubamarchwicki mentioned this pull request Apr 6, 2015
@jlupi jlupi closed this in d5bab32 Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants