Last active
February 12, 2019 00:10
-
-
Save kapoorlakshya/f31d94bf2936207b977ed7dda4b1c9d3 to your computer and use it in GitHub Desktop.
RubyMine ConEmu + Git Bash in Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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