Skip to content

Instantly share code, notes, and snippets.

View jaderebrasil's full-sized avatar

Jader Brasil jaderebrasil

View GitHub Profile
@jaderebrasil
jaderebrasil / Microsoft.Powershell_profile.ps1
Last active September 11, 2025 17:55
Powershell . $PROFILE
# $OMP_THEME="agnoster"
# Autocomplete
# Install-Module PSReadLine -Force
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -HistoryNoDuplicates
Set-PSReadLineKeyHandler -Key Tab -Function Complete
# Vi mode