Last active
February 3, 2024 08:08
-
-
Save sharunkumar/9af2c464cbdfc8445ede0e06236188cd to your computer and use it in GitHub Desktop.
PowerShell Profile with Autocomplete and Starship
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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