We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e4f4e commit 0feb785Copy full SHA for 0feb785
Posh-GitHub/tools/chocolateyInstall.ps1
@@ -60,12 +60,13 @@ try {
60
"`n`n# Load Posh-GitHub`n. '$installDirectory\$loaderFile'" |
61
Out-File -FilePath $PROFILE -Append -Encoding (Get-FileEncoding $PROFILE)
62
. $PROFILE
63
- }
64
65
- Write-Host @'
66
-Reload the current profile to access Posh-Github with:
67
-. $PROFILE
+ Write-Host -ForegroundColor DarkMagenta @'
+ Reload the current profile to access Posh-Github with:
+ . $PROFILE
68
'@
+ }
69
+
70
Write-ChocolateySuccess $package
71
}
72
catch
0 commit comments