做数据分析好看的网站,自己做背景的网站,西安知名网站开发的公司,婚纱摄影网站怎么建设我在zsh中使用智能提示 zsh-autosuggestions已经习惯了#xff0c;而在windows中的终端默认没有智能提示#xff0c;很起来不舒服。那么有没有什么替代呢#xff1f;
安装powershell-7.3
我的windows 10默认安装的是powershell-5.1.19#xff0c;所以我们先来升级一下。 …我在zsh中使用智能提示 zsh-autosuggestions已经习惯了而在windows中的终端默认没有智能提示很起来不舒服。那么有没有什么替代呢
安装powershell-7.3
我的windows 10默认安装的是powershell-5.1.19所以我们先来升级一下。 官方安装文档
https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows?viewpowershell-7.3#installing-the-msi-package
我的实际下载地址是 https://github.com/PowerShell/PowerShell/releases/download/v7.3.6/PowerShell-7.3.6-win-x64.msi
下载下来一路next就可以了。 安装成功后windows terminal中就会多一项出来。 我把它设置成默认的。 查看版本信息
$PSVersionTable开启自动补全
执行以下命令就可以了。
Set-PSReadLineOption -PredictionSource History这下方便多了。
参考
https://blog.csdn.net/gjmjack/article/details/117856168