Skip to content

Instantly share code, notes, and snippets.

@diegonatalo
Created November 25, 2022 20:13
Show Gist options
  • Save diegonatalo/7125e2b72db8d755d549fd3989c748a1 to your computer and use it in GitHub Desktop.
Save diegonatalo/7125e2b72db8d755d549fd3989c748a1 to your computer and use it in GitHub Desktop.
if (!(Test-Path -Path $PROFILE)) {
New-Item -ItemType File -Path $PROFILE -Force
}
notepad $PROFILE.CurrentUserCurrentHost
function prompt {
$ESC = [char]27
"$ESC[34m$(Get-Location)$ESC[33m:$ESC[32m~$ESC[31m$ $ESC[97m"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment