mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 20:14:00 +01:00
8 lines
199 B
PowerShell
8 lines
199 B
PowerShell
write-host -foregroundColor green "Welcome to PowerShell $($PSVersionTable.PSVersion)"
|
|
|
|
#function prompt {$null} # PS>
|
|
|
|
#function prompt { "$ " } # $
|
|
|
|
function prompt { "$(Get-Location)\> " } # C:\
|