程序开发中难免会用的终端命令行模式,但是默认的cmd又不好用,所有呢想换成Cygwin的终端,于是乎找到了这篇文章cygwin bash – IDEs Support (IntelliJ Platform) | JetBrains,方法亲测可用,如果是windows10系统也可以使用Linux子系统,方法如下

# 打开 `File->Setting->Tools->Terminal->Shell path`输入以下命令
# Cygwin
"C:\cygwin64\bin\sh" -lic "source ~/.bash_profile; cd ${OLDPWD-.}; bash"
# Linux子系统
"C:\Windows\System32\wsl.exe"

相关文章:

  • 2021-09-06
  • 2021-05-16
  • 2021-10-16
  • 2021-08-07
  • 2021-04-19
  • 2021-09-28
猜你喜欢
  • 2021-10-06
  • 2022-12-23
  • 2019-03-22
  • 2021-09-12
  • 2021-12-15
  • 2022-03-08
  • 2022-03-03
相关资源
相似解决方案