Supaya lebih nyaman dan lebih menarik saya coba menggunakan setup berikut:

  1. Install-Module PSReadLine

  2. Install-Module Terminal-Icons

  3. 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