Skip to content

primex-melvin/primex-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PowerShell Profile – Quick Start

This repository contains basic notes for setting up and editing your PowerShell profile.

What is $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

How to Open the Profile

Open PowerShell, then run:

notepad $PROFILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published