Skip to content

Commit 0feb785

Browse files
committed
feat(Posh-GitHub): better post-install message
1 parent a2e4f4e commit 0feb785

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: Posh-GitHub/tools/chocolateyInstall.ps1

+5-4
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ try {
6060
"`n`n# Load Posh-GitHub`n. '$installDirectory\$loaderFile'" |
6161
Out-File -FilePath $PROFILE -Append -Encoding (Get-FileEncoding $PROFILE)
6262
. $PROFILE
63-
}
6463

65-
Write-Host @'
66-
Reload the current profile to access Posh-Github with:
67-
. $PROFILE
64+
Write-Host -ForegroundColor DarkMagenta @'
65+
Reload the current profile to access Posh-Github with:
66+
. $PROFILE
6867
'@
68+
}
69+
6970
Write-ChocolateySuccess $package
7071
}
7172
catch

0 commit comments

Comments
 (0)