[TOC]
本博客持续修改与更新中,点击这里查看最新的内容
背景
虽然本人现在用的osx系统,但是有时操作同事的windows系统时,他们的ide没有好用的终端实在是蛋疼。window下的bash方案现在也挺多的,如,git bash ,cmder ,babun都是不错的选择。今天偶然的发现在 IDEA下的居然有个 terminal 的配置选项,发现可以设置为 git bash等,好评 :smile:
具体操作
- 设置为 git bash
改shell path 为"C:\Program Files (x86)\Git\bin\sh.exe" --login -i
- 设置为 babun 、cygwin
改shell path 为C:\Users\YOUR-USERNAME\.babun\cygwin\bin\bash.exe
参考
GIT BASH IN INTELLIJ IDEA 13 ON WINDOWS
Using Cygwin’s bash terminal in a JetBrains IDE