guneysus
1/10/2015 - 8:13 PM

Custom Powershell PS1

Custom Powershell PS1

function prompt {
  $p = Split-Path -leaf -path (Get-Location)
  "$p> "
}