PowerShell Environment customizing $Profile
$Profile is a PowerShell built-in variable. It actually points to a script file Microsoft.PowerShell_profile.ps1 which will be run every time you start PowerShell. It's more or less like .bashrc or .zshrc in the Linux/Unix world.