Created
August 14, 2021 08:40
-
-
Save xiaoysh8/f63661df82ffca774db2ba6a0b0aae85 to your computer and use it in GitHub Desktop.
HBuilderX 修改默认的终端
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HBuilderX 修改默认的终端 | |
修改D:\dev\tool\HBuilderX\plugins\builtincef3terminal\script\main.js文件 | |
大概16行的位置 | |
if(isWin){ | |
shell = 'D:\\dev\\tool\\cmder\\vendor\\git-for-windows\\bin\\bash.exe'; | |
// shell = 'powershell.exe'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment