Created
November 15, 2018 07:41
-
-
Save jdalley/93b48137c61a3940ba50114ef75f5d0a to your computer and use it in GitHub Desktop.
Powershell Profile
This file contains hidden or 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
Set-Location D:\Dev\Source | |
Set-PSReadlineOption -BellStyle None | |
# posh-git setup: | |
Import-Module posh-git | |
$GitPromptSettings.DefaultPromptPath.Text = '$(Split-Path -leaf -path (Get-Location))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment