Last active
April 24, 2018 08:16
-
-
Save SeanSobey/a44295034508c226d807aa1ea42c8e0b to your computer and use it in GitHub Desktop.
Cmder user profile run default profile.
This file contains 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
... | |
[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