Skip to content

Instantly share code, notes, and snippets.

@jdalley
Created November 15, 2018 07:41
Show Gist options
  • Save jdalley/93b48137c61a3940ba50114ef75f5d0a to your computer and use it in GitHub Desktop.
Save jdalley/93b48137c61a3940ba50114ef75f5d0a to your computer and use it in GitHub Desktop.
Powershell Profile
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