Skip to content

Instantly share code, notes, and snippets.

@jaderebrasil
jaderebrasil / Microsoft.Powershell_profile.ps1
Last active August 22, 2022 17:02
Powershell . $PROFILE
$THEME="atomic-custom"
# Autocomplete
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -HistoryNoDuplicates
Set-PSReadLineKeyHandler -Key Tab -Function Complete
# Vi mode
Set-PSReadLineOption -EditMode Vi