Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Last active November 15, 2022 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/8c051fe8d2fea96bc2bd66e69d0c97ab to your computer and use it in GitHub Desktop.
Save marcusshepp/8c051fe8d2fea96bc2bd66e69d0c97ab to your computer and use it in GitHub Desktop.
powershell profile

Test if a profile file exists

Test-Path $Profile

Create a new profile file

New-Item –Path $Profile –Type File –Force

Open profile

code $profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment