mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-02 20:26:56 +02:00
6 lines
111 B
PowerShell
Executable File
6 lines
111 B
PowerShell
Executable File
#function prompt {$null} # PS>
|
|
|
|
#function prompt { "$ " } # $
|
|
|
|
function prompt { "$(Get-Location)\> " } # C:\
|