1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-10 17:36:50 +02:00

Improved my-profile.ps1

This commit is contained in:
Markus Fleschutz
2021-04-07 13:42:00 +02:00
parent 2d7eb6f5a4
commit ee7fd35b75

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