windows 下 jetbrains 系IDE IDEA WebStorm 终端设置为git bash

[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
    git bash
  • 设置为 babun 、cygwin
    改shell path 为C:\Users\YOUR-USERNAME\.babun\cygwin\bin\bash.exe
    cygwin

参考

GIT BASH IN INTELLIJ IDEA 13 ON WINDOWS
Using Cygwin’s bash terminal in a JetBrains IDE

你可能感兴趣的:(windows 下 jetbrains 系IDE IDEA WebStorm 终端设置为git bash)