update psreadline
This commit is contained in:
parent
d900026f1f
commit
4129115c6e
@ -1,6 +1,6 @@
|
|||||||
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
|
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
|
||||||
Install-Module -Name Terminal-Icons -Repository PSGallery
|
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)
|
mkdir -p (Split-Path -Path $PROFILE)
|
||||||
Copy-Item ./shell/powershell_profile.ps1 $PROFILE
|
Copy-Item ./shell/powershell_profile.ps1 $PROFILE
|
||||||
mkdir -p ~/.config/ohmyposh
|
mkdir -p ~/.config/ohmyposh
|
||||||
|
Loading…
Reference in New Issue
Block a user