Skip to content

Instantly share code, notes, and snippets.

@xxami
Created December 23, 2015 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxami/92747eb88444cf519688 to your computer and use it in GitHub Desktop.
Save xxami/92747eb88444cf519688 to your computer and use it in GitHub Desktop.
conemu context integration for launching mintty/cygwin at the current directory
enter following as integration command in conemu settings:
c:\cygwin64\bin\mintty.exe /bin/sh -lc 'cd "$(cygpath "${%ConEmuWorkDir%}")"; exec bash'
@xxami
Copy link
Author

xxami commented Dec 23, 2015

reminder to myself - taken from: http://superuser.com/questions/592086/how-to-open-a-cygwin-shell-at-a-specific-directory-from-netbeans

fyi for the basic task cd'd to home: c:\cygwin64\bin\mintty.exe -
admin: -new_console:a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment