Skip to content

Instantly share code, notes, and snippets.

@sagunji
Created May 20, 2019 05:41
Show Gist options
  • Save sagunji/41146571dce756e3bd9d8a68e3396cf2 to your computer and use it in GitHub Desktop.
Save sagunji/41146571dce756e3bd9d8a68e3396cf2 to your computer and use it in GitHub Desktop.
WindowsPowershell profile to spawn new powershell instance
function open-powershell {
Invoke-Expression 'start powershell'
}
Set-Alias pgo open-powershell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment