Supaya lebih nyaman dan lebih menarik saya coba menggunakan setup berikut:
Install-Module PSReadLine
Install-Module Terminal-Icons
Import module
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\powerlevel10k_rainbow.omp.json" | Invoke-Expression Import-Module -Name Terminal-Icons Import-Module PSReadLine Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -PredictionViewStyle ListView Set-PSReadLineOption -EditMode Windows