Skip to content

Instantly share code, notes, and snippets.

@TiagoSoczek
Created February 22, 2018 21:55
Show Gist options
  • Select an option

  • Save TiagoSoczek/d3b56eb4259b468d8a71b1e068414d89 to your computer and use it in GitHub Desktop.

Select an option

Save TiagoSoczek/d3b56eb4259b468d8a71b1e068414d89 to your computer and use it in GitHub Desktop.
Powershell Profile
# notepad $PROFILE
function prompt {
"PS $($executionContext.SessionState.Path.CurrentLocation)$([System.Environment]::NewLine)$('>' * ($nestedPromptLevel + 1)) ";
}
Set-Location C:\temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment