Skip to content

Instantly share code, notes, and snippets.

@kapoorlakshya
Last active February 12, 2019 00:10
Show Gist options
  • Save kapoorlakshya/f31d94bf2936207b977ed7dda4b1c9d3 to your computer and use it in GitHub Desktop.
Save kapoorlakshya/f31d94bf2936207b977ed7dda4b1c9d3 to your computer and use it in GitHub Desktop.
RubyMine ConEmu + Git Bash in Terminal
ConEmu in RubyMine
------------------
1. Create file rubymine-conemu.bat
2. Paste: cmd.exe /k "C:\Program Files\ConEmu\ConEmu\CmdInit.cmd"
3. In RubyMine > Terminal Settings > Shell Path: "C:\Program Files\ConEmu\rm-conemu.bat"
Git Bash from cmd
-----------------
1. Create ENV variable "GB" with value as:
"C:\Program Files\Git\bin\sh.exe" --login -i
2. Call %GB% in cmd to launch Git Bash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment