From 89aa6a44ae01df6149a1fa86f2f722ac900fd58b Mon Sep 17 00:00:00 2001 From: "Florian RICHER (MrDev023)" Date: Wed, 27 Oct 2021 20:44:19 +0200 Subject: [PATCH] [PSReadLine] Update conf --- install.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.ps1 b/install.ps1 index a1ba863..d4a4000 100644 --- a/install.ps1 +++ b/install.ps1 @@ -30,8 +30,7 @@ Write-Output "oh-my-posh --init --shell pwsh --config '$powershellConfig' | Invo # 2. Configure PSReadLine | Predictive Intellisense 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 -ShowToolTips:$True' | Out-File -FilePath $PROFILE -Append +Write-Output 'Set-PSReadLineOption -PredictionViewStyle ListView' | Out-File -FilePath $PROFILE -Append Write-Output 'Set-PSReadLineOption -EditMode Windows' | Out-File -FilePath $PROFILE -Append # Reload profile