Skip to content

Instantly share code, notes, and snippets.

View shahriar0247's full-sized avatar
💭
Experienced Full Stack Developer

Ahmed Shahriar shahriar0247

💭
Experienced Full Stack Developer
View GitHub Profile
@shahriar0247
shahriar0247 / notepad $PROFILE
Created August 7, 2025 14:04
Highly Configured and Customized PowerShell Profile
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\peru.omp.json" | Invoke-Expression
Set-PSReadLineOption -EditMode Emacs
Set-PSReadLineOption -BellStyle None
Set-PSReadLineKeyHandler -Chord 'Ctrl+d' -Function DeleteChar
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView