PowerShell/Scripts/my-profile.ps1
2021-02-25 11:57:02 +01:00

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:\