update psreadline

This commit is contained in:
Laurent Le Houerou 2021-11-08 22:50:52 +04:00
parent d900026f1f
commit 4129115c6e

View File

@ -1,6 +1,6 @@
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name Terminal-Icons -Repository PSGallery
Install-Module PSReadLine -AllowPrerelease -Force -RequiredVersion 2.2.0-beta1
Install-Module PSReadLine -AllowPrerelease -Force -RequiredVersion 2.2.0-beta4
mkdir -p (Split-Path -Path $PROFILE)
Copy-Item ./shell/powershell_profile.ps1 $PROFILE
mkdir -p ~/.config/ohmyposh