win10设置idea的终端terminal为bash,并设置中文和ll命令

1、首先安装git

2、在git的安装目录打开如:C:\Program Files\Git\etc\bash.bashrc在末尾添加
   export LC_ALL=en_US.UTF-8  #这个是设置为UTF-8编码

   alias ll="ls -l" #设置ll命令

3、在idea中设置终端terminal方法

  进入设置-tools-termial 找到shell path 填入C:\Program Files\Git\bin\bash.exe 就ok了,打开新的terminal就可以看了

上一篇:Linux Terminal分屏


下一篇:Cannot read property ‘length‘ of null while opening vscode terminal