Skip to content

Instantly share code, notes, and snippets.

@bombadillo
Created July 5, 2019 09:15
Show Gist options
  • Save bombadillo/a43011e379a80da7043db81905bfc0e5 to your computer and use it in GitHub Desktop.
Save bombadillo/a43011e379a80da7043db81905bfc0e5 to your computer and use it in GitHub Desktop.
Open powershell profile
if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force }
notepad $PROFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment