diff --git a/Scripts/my-profile.ps1 b/Scripts/my-profile.ps1 index 807477f7..4488d7e7 100755 --- a/Scripts/my-profile.ps1 +++ b/Scripts/my-profile.ps1 @@ -26,6 +26,6 @@ set-alias -name lsf -value get-childitem # lsf means list directory formatted # My Welcome Message # ------------------ -clear-host -write-host "Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(Get-date)" -write-host "" \ No newline at end of file +write-host "" +write-host "+++ Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(Get-date) +++" +write-host ""