1
qianxi0410 242 天前
1. 换 wsl
2. https://github.com/microsoft/terminal + oh-my-posh ,也可以做到类似 zsh+autosug 的效果。 |
2
Golor 242 天前
用 Terminal + Powershell7 + oh-my-posh
|
3
fanxasy 242 天前
用 msys2 搞吧
|
4
yituanmaoxian 242 天前
我用 Terminal + Powershell7+starship
|
5
random1221 242 天前
我用 100$的 xshell
|
6
pkoukk 242 天前
不要用 git bash
|
7
caffeinecat18 242 天前
可以等一下今年的 warp terminal ,带提示功能。
|
8
l4ever OP 破案, 最新版的问题
```bash # 删除现有版本 rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # 检出 v0.6.4 git clone -b v0.6.4 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # 查看版本 cat ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions/VERSION ``` |