Skip to content

Commit

Permalink
Update Microsoft.PowerShell_profile.ps1
Browse files Browse the repository at this point in the history
Add PsReadline autocomplete  autocomplete
  • Loading branch information
nicklm0 authored Jan 11, 2025
1 parent caaed0f commit da48450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Powershell_configs/Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ Set-Alias grep findstr
Set-Alias tig 'C:\Program Files\Git\usr\bin\tig.exe'
Set-Alias less 'C:\Program Files\Git\usr\bin\less.exe'


#PsReadline autocomplete
#Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
#Set-PSReadlineOption -PredictionSource History
#Set-PSReadlineOption --PredictionViewStyle ListVie


# Utilities
Expand Down

0 comments on commit da48450

Please sign in to comment.