Skip to content

Instantly share code, notes, and snippets.

@sharunkumar
Last active February 3, 2024 08:08
Show Gist options
  • Save sharunkumar/9af2c464cbdfc8445ede0e06236188cd to your computer and use it in GitHub Desktop.
Save sharunkumar/9af2c464cbdfc8445ede0e06236188cd to your computer and use it in GitHub Desktop.
PowerShell Profile with Autocomplete and Starship
Set-PSReadLineOption -PredictionSource HistoryAndPlugin -PredictionViewStyle ListView
Set-PSReadlineKeyHandler -Key Tab -Function TabCompleteNext
# Install-Module -Name CompletionPredictor -Repository PSGallery
Import-Module -Name CompletionPredictor
Invoke-Expression (&starship init powershell)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment