fix(Posh-VsVars): even better post-install msg
This commit is contained in:
@@ -59,12 +59,14 @@ try {
|
||||
"`n`n# Load Posh-VsVars`n. '$installDirectory\$loaderFile'" |
|
||||
Out-File -FilePath $PROFILE -Append -Encoding (Get-FileEncoding $PROFILE)
|
||||
. $PROFILE
|
||||
|
||||
Write-Host -ForegroundColor DarkMagenta @'
|
||||
Reload the current profile to access Posh-Github with:
|
||||
. $PROFILE
|
||||
'@
|
||||
|
||||
}
|
||||
|
||||
Write-Host @'
|
||||
Reload the current profile to access Posh-VsVars with:
|
||||
. $PROFILE
|
||||
'@
|
||||
Write-ChocolateySuccess $package
|
||||
}
|
||||
catch
|
||||
|
Reference in New Issue
Block a user