码迷,mamicode.com
首页 > Windows程序 > 详细

[WebStrom] Change default cmd to Cygwin

时间:2015-11-13 06:21:05      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:

GO to setting, search Terminal:

Change shell path : 

C:\cygwin\bin\bash.exe --login -i    (to the local which you install cygwin)

 

Change the default pwd to the proejct path:

Fnd the bash.bashrc file in the cygwin/etc folder,

 

add one line at the bottom:

cd "$OLDPWD"

 

Save and reopen the termail in Webstrom.

 

[WebStrom] Change default cmd to Cygwin

标签:

原文地址:http://www.cnblogs.com/Answer1215/p/4960780.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!