feat(Posh-GitHub): better post-install message

This commit is contained in:
Iristyle
2013-05-09 14:14:25 -04:00
parent a2e4f4ee8e
commit 0feb78561e

View File

@@ -60,12 +60,13 @@ try {
"`n`n# Load Posh-GitHub`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-Github with:
. $PROFILE
'@
Write-ChocolateySuccess $package
}
catch