Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

PowerShell Profile Setup

Create profile (if it doesn't exist)

New-Item -Path $PROFILE -Type File -Force

open profile

notepad $PROFILE

open alises.txt, copy it, and paste it here then save.

Reload profile after changes

. $PROFILE

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors