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'" | "`n`n# Load Posh-GitHub`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-Github with: Reload the current profile to access Posh-Github with:
. $PROFILE . $PROFILE
'@ '@
}
Write-ChocolateySuccess $package Write-ChocolateySuccess $package
} }
catch catch