mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-18 22:40:57 +02:00
Remove clear-host
This commit is contained in:
parent
009949ee76
commit
7b5ac5313b
@ -26,6 +26,6 @@ set-alias -name lsf -value get-childitem # lsf means list directory formatted
|
|||||||
|
|
||||||
# My Welcome Message
|
# My Welcome Message
|
||||||
# ------------------
|
# ------------------
|
||||||
clear-host
|
write-host ""
|
||||||
write-host "Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(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