mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01: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
|
||||
# ------------------
|
||||
clear-host
|
||||
write-host "Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(Get-date)"
|
||||
write-host ""
|
||||
write-host ""
|
||||
write-host "+++ Welcome to PowerShell $($PSVersionTable.PSVersion) at $(hostname), it's $(Get-date) +++"
|
||||
write-host ""
|
||||
|
Loading…
Reference in New Issue
Block a user