mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 16:33:20 +01: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:\
|