带有ZSH的WSL Bash集成在ConEmu中 - Open Here Issue
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带有ZSH的WSL Bash集成在ConEmu中 - Open Here Issue相关的知识,希望对你有一定的参考价值。
我正在使用安装在WSL,Windows 10上的ZSH的Ubuntu Bash。
命令(ConEmu任务设置):
"%WINDIR%System32wsl.exe ~" -cur_console:p
在(ConEmu集成设置)命令;
-Single -run {Bash::ubuntu} -cur_console:n
集成在ConEmu中的所有其他终端可以在当前项目文件夹中右键单击打开,但Ubuntu Bash始终在默认文件夹(〜)中打开。
我尝试了这里描述的设置:ConEmu + WSL: Open new console in current tab directory
所以,使用命令:
set "PATH=%ConEmuBaseDirShort%wsl;%PATH%" & %ConEmuBaseDirShort%conemu-cyg-64.exe --wsl -C~ -cur_console:pm:/mnt
它与我的情况相同。
用正确的:
set "PATH=%ConEmuBaseDirShort%wsl;%PATH%" & %ConEmuBaseDirShort%conemu-cyg-64.exe --wsl -cur_console:pm:/mnt
终端在当前文件夹中打开它可以工作,但在Bash中打开,不再是ZSH。
我很感激你的帮助。
答案
最后它适用于ZSH!我的设置:
任务
Bash::ubuntu
-icon "%USERPROFILE%ubuntuubuntu.ico"
"%WINDIR%System32wsl.exe" -cur_console:pm:/mnt
集成
Bash Here
-Single -run {Bash::ubuntu} -cur_console:n
%USERPROFILE%ubuntuubuntu.ico
以上是关于带有ZSH的WSL Bash集成在ConEmu中 - Open Here Issue的主要内容,如果未能解决你的问题,请参考以下文章
如何在 ConEmu + Git Bash 中正确启用 ANSI 颜色?