| 描述 | 命令行 |
|---|---|
| cygwin64 | pathtocygwin64binbash.exe -i -l |
| git bash | pathtoGitbinbash.exe -i -l |
| MySQL Shell | “pathtoMySQLMySQL Shell 8.0binmysqlsh.exe” |
| 服务器(使用密钥) | ssh -i pathto.sshkey_file.pem user@host |
| Anaconda Powershell Prompt | %windir%System32WindowsPowerShellv1.0powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& ‘pathtoanaconda3shellcondabinconda-hook.ps1’ ; conda activate ‘pathtoanaconda3’ " |
- 需要使用 -i -l 参数通过交互模式开启
- 参考快捷链接属性页中的目标配置:
【更加详细的步骤可以参考这篇文章】在 Windows Terminal 中使用 Cygwin 命令行或 Git Bash - Leo3418 的个人网站 : https://leo3418.github.io/zh/2020/05/24/cygwin-git-bash-in-wt.html



