1
0
Fork 0

[PSReadLine] Update conf

This commit is contained in:
Florian RICHER (MrDev023) 2021-10-27 20:44:19 +02:00
parent 35d43f2951
commit 89aa6a44ae

View file

@ -30,8 +30,7 @@ Write-Output "oh-my-posh --init --shell pwsh --config '$powershellConfig' | Invo
# 2. Configure PSReadLine | Predictive Intellisense # 2. Configure PSReadLine | Predictive Intellisense
Write-Output 'Set-PSReadLineOption -PredictionSource History' | Out-File -FilePath $PROFILE -Append Write-Output 'Set-PSReadLineOption -PredictionSource History' | Out-File -FilePath $PROFILE -Append
Write-Output 'Set-PSReadLineOption -HistoryNoDuplicates:$True' | Out-File -FilePath $PROFILE -Append Write-Output 'Set-PSReadLineOption -PredictionViewStyle ListView' | Out-File -FilePath $PROFILE -Append
Write-Output 'Set-PSReadLineOption -ShowToolTips:$True' | Out-File -FilePath $PROFILE -Append
Write-Output 'Set-PSReadLineOption -EditMode Windows' | Out-File -FilePath $PROFILE -Append Write-Output 'Set-PSReadLineOption -EditMode Windows' | Out-File -FilePath $PROFILE -Append
# Reload profile # Reload profile