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'" |
|
"`n`n# Load Posh-VsVars`n. '$installDirectory\$loaderFile'" |
|
||||||
Out-File -FilePath $PROFILE -Append -Encoding (Get-FileEncoding $PROFILE)
|
Out-File -FilePath $PROFILE -Append -Encoding (Get-FileEncoding $PROFILE)
|
||||||
. $PROFILE
|
. $PROFILE
|
||||||
}
|
|
||||||
|
|
||||||
Write-Host @'
|
Write-Host -ForegroundColor DarkMagenta @'
|
||||||
Reload the current profile to access Posh-VsVars with:
|
Reload the current profile to access Posh-Github with:
|
||||||
. $PROFILE
|
. $PROFILE
|
||||||
'@
|
'@
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Write-ChocolateySuccess $package
|
Write-ChocolateySuccess $package
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
Reference in New Issue
Block a user