index.psm1
Import-Module Terminal-Icons Import-Module PSReadline Import-Module Az.Tools.Predictor # Set Intellisense grid selection Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete # Set Intellisense predictions Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -PredictionSource HistoryAndPlugin Set-PSReadLineOption -PredictionViewStyle ListView . "$PSScriptRoot/includes/starship.ps1" |