Windows PowerShell 优化
Windows PowerShell 优化
一只小程序员啊1. 安装 oh-my-posh
修改git中文文件名乱码:
乱码前
运行
1 | git config --global core.quotepath false |
解决后
2.安装 PSReadLine
PSReadLine能够记录历史输入的命令,当下次输入命令时能够自动补全和提示
安装最新版本PSReadLine
,在power shell中执行以下命令:
1 | Install-Module PSReadLine -Force |
再修改配置文件,输入
1 | notepad $profile |
系统会自动弹出这个配置文件让你编辑
接着在这个文件中添加两行
1 | Import-Module PSReadLine |
效果如下:
3.修改默认背景图片
打开power shell 的设置,选择打开JSON 文件
编辑json 文件,输入下面图片路径就行,透明度随自己调
我的图片是下面这个,想用的话可以直接右键保存