mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +01:00
Improved my-profile.ps1
This commit is contained in:
parent
dba5880e41
commit
fae4bad30f
@ -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 ""
|
Loading…
Reference in New Issue
Block a user