You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in dahlbyk/posh-git#358 (comment), the Chocolatey custom host (introduced in 480cf4b) does not set the extra NoteProperty values normally found on a $PROFILE.
The Chocolatey host's $PROFILE is currently set to the CurrentUserCurrentHost value for the default shell (Microsoft.PowerShell). I propose restoring all four standard NoteProperty values, with CurrentHost values aligned with the default shell.
The text was updated successfully, but these errors were encountered:
dahlbyk
changed the title
Add AllHosts properties to custom host's $PROFILE
Add current/all users/hosts properties to custom host's $PROFILE
Feb 1, 2017
As discussed in dahlbyk/posh-git#358 (comment), the Chocolatey custom host (introduced in 480cf4b) does not set the extra
NoteProperty
values normally found on a$PROFILE
.The Chocolatey host's
$PROFILE
is currently set to theCurrentUserCurrentHost
value for the default shell (Microsoft.PowerShell
). I propose restoring all four standardNoteProperty
values, withCurrentHost
values aligned with the default shell.Relevant PowerShell code:
$PROFILE
HostUtilities.GetFullProfileFileName()
Utils.GetApplicationBase()
forAllUsers
locationThe text was updated successfully, but these errors were encountered: