Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 959 Bytes

File metadata and controls

23 lines (17 loc) · 959 Bytes

fish screenshot

PowerShell setup for Windows 11

Setup

Add a code snippet to Microsoft.PowerShell_profile.ps1

# Load custom PowerShell profile
. $env:USERPROFILE\.config\powershell\profile.ps1

Don't blindly use my settings unless you know what that entails 🤓 Use it at your own risk.