echo 'eval "$(starship init bash)"' >> ~/.profile 对于Powershell,可以使用 VS Code 直接编辑: code $PROFILE 并在打开的文件最后,加入一行: Invoke-Expression (&starship init powershell) 其他操作系统的安装方法、其他 Shell 的配置方法,可以在官网的安装指导中进行查询。 字体 为了显示效果完美呈现,可以...