corrections

This commit is contained in:
Laurent Le Houerou 2021-09-01 22:01:31 +04:00
parent 9651a55835
commit 7378118bff
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
oh-my-posh --init --shell pwsh --config ~/.config/ohmyposh/config.json | Invoke-Expression
Import-Module Terminal-Icons
Import-Module PSReadLine
Import-Module PSReadLine -Force
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows

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
Remove-Module PSReadLine
mkdir -p (Split-Path -Path $PROFILE)