mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-20 08:58:18 +02: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
|
# My Welcome Message
|
||||||
# ------------------
|
# ------------------
|
||||||
clear
|
clear-host
|
||||||
Write-Host "PowerShell $($PSVersionTable.PSVersion) at $(hostname) - $(Get-date)"
|
write-host "Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(Get-date)"
|
||||||
Write-Host ''
|
write-host ""
|
Loading…
Reference in New Issue
Block a user