mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Improved both scripts
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
function prompt { $null }
|
||||
write-host -foregroundColor green "Welcome to PowerShell $($PSVersionTable.PSVersion)"
|
||||
|
||||
write-host -foregroundColor green "Welcome"
|
||||
#function prompt {$null} # PS>
|
||||
|
||||
#function prompt { "$ " } # $
|
||||
|
||||
function prompt { "$(Get-Location)\> " } # C:\
|
||||
|
Reference in New Issue
Block a user