This repository contains basic notes for setting up and editing your PowerShell profile.
$PROFILE is the PowerShell profile script that runs every time you open PowerShell.
It’s commonly used for:
- Aliases
- Environment variables
- Custom functions
- Prompt customization
Open PowerShell, then run:
notepad $PROFILE