51 字
1 分钟
Starship - powershell 美化方案
Startship 可以在 powershell 以及 zsh 安装。
在 windows 安装
scoop install starship在 windos 如何配置
获取powershell配置文件路径:
$PROFILE添加配置信息到配置文件最末端,
Invoke-Expression (&starship init powershell) Starship - powershell 美化方案
https://blog.echopath.one/posts/starship---powershell-美化方案/