Improved my-profile.ps1

This commit is contained in:
Markus Fleschutz 2021-04-03 16:14:28 +02:00
parent dba5880e41
commit fae4bad30f

View File

@ -26,6 +26,6 @@ set-alias -name lsf -value get-childitem # lsf means list directory formatted
# My Welcome Message
# ------------------
clear
Write-Host "PowerShell $($PSVersionTable.PSVersion) at $(hostname) - $(Get-date)"
Write-Host ''
clear-host
write-host "Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(Get-date)"
write-host ""