Skip to content

Instantly share code, notes, and snippets.

@atanasenko
Last active October 7, 2016 12:06
Show Gist options
  • Save atanasenko/4329224 to your computer and use it in GitHub Desktop.
Save atanasenko/4329224 to your computer and use it in GitHub Desktop.
EasyShell Mintty command
C:\...\mintty.exe /bin/bash -lci ''cd `cygpath -u \''{1}\''`; bash''
C:\...\mintty.exe /bin/zsh -lc ''cd `cygpath -u \''{1}\''`; CHERE_INVOKING=1 zsh -i''
C:\...\mintty.exe /bin/zsh -lc 'cd "`cygpath \"${easyshell:container_loc}\"`"; CHERE_INVOKING=1 zsh -i'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment