PowerShell/Scripts/my-profile.ps1
2021-02-26 14:41:07 +01:00

6 lines
111 B
PowerShell
Executable File

#function prompt {$null} # PS>
#function prompt { "$ " } # $
function prompt { "$(Get-Location)\> " } # C:\