Created
March 17, 2025 00:43
-
-
Save kostakoff/ac1392a6b46d9032a4065bdd601bec71 to your computer and use it in GitHub Desktop.
create user powershell .profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!(Test-Path -Path $PROFILE)) { | |
New-Item -ItemType File -Path $PROFILE -Force | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment