Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SeanSobey/a44295034508c226d807aa1ea42c8e0b to your computer and use it in GitHub Desktop.
Save SeanSobey/a44295034508c226d807aa1ea42c8e0b to your computer and use it in GitHub Desktop.
Cmder user profile run default profile.
...
[ScriptBlock]$PostPrompt = {
Update-NavigationHistory $pwd.Path
}
## <Continue to add your own>
# Run profile
Invoke-Expression -Command $profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment