Skip to content

Instantly share code, notes, and snippets.

@magnetik-dev
magnetik-dev / Microsoft.PowerShell_profile.ps1
Created April 24, 2026 22:40
Alias for Windows Powershell
function gst { git status -sb }
function gpl { git pull }
function gps { git push }
function ll { Get-ChildItem -Force | Sort-Object LastWriteTime }
function wupa { winget update --all }
function work { cd c:\workspaces\ }
function explore { explorer . }