corrections
This commit is contained in:
parent
9651a55835
commit
7378118bff
@ -1,6 +1,6 @@
|
|||||||
oh-my-posh --init --shell pwsh --config ~/.config/ohmyposh/config.json | Invoke-Expression
|
oh-my-posh --init --shell pwsh --config ~/.config/ohmyposh/config.json | Invoke-Expression
|
||||||
Import-Module Terminal-Icons
|
Import-Module Terminal-Icons
|
||||||
Import-Module PSReadLine
|
Import-Module PSReadLine -Force
|
||||||
Set-PSReadLineOption -PredictionSource History
|
Set-PSReadLineOption -PredictionSource History
|
||||||
Set-PSReadLineOption -PredictionViewStyle ListView
|
Set-PSReadLineOption -PredictionViewStyle ListView
|
||||||
Set-PSReadLineOption -EditMode Windows
|
Set-PSReadLineOption -EditMode Windows
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
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-beta1
|
||||||
Remove-Module PSReadLine
|
|
||||||
|
|
||||||
|
|
||||||
mkdir -p (Split-Path -Path $PROFILE)
|
mkdir -p (Split-Path -Path $PROFILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user