首页 > Windows开发 > 详细

[WebStrom] Change default cmd to Cygwin

时间:2015-11-13 06:18:09      阅读:321      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!