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
Goal for this would be to enable storage of PSReadline Options, KeyHandlers, etc in your PSProfile configuration. These would ideally be ran as the appropriate command during PSProfile load, eliminating the need for a separate PSReadline settings script.
Initial approach: The commands below would be turned into the following hashtable property on $PSProfile.Settings:
During PSProfile import, the hashtable in $PSProfile.Settings.PSReadline would be parsed, converted to the original commands, then executed so they're available in the current session as they would normally be from an ExternalScript.
The text was updated successfully, but these errors were encountered:
scrthq
changed the title
Request: Add support for managing PSReadline settings from PSProfile
Add support for managing PSReadline settings from PSProfile
Aug 28, 2019
Goal for this would be to enable storage of PSReadline Options, KeyHandlers, etc in your PSProfile configuration. These would ideally be ran as the appropriate command during PSProfile load, eliminating the need for a separate PSReadline settings script.
Initial approach: The commands below would be turned into the following hashtable property on
$PSProfile.Settings
:During PSProfile import, the hashtable in
$PSProfile.Settings.PSReadline
would be parsed, converted to the original commands, then executed so they're available in the current session as they would normally be from an ExternalScript.The text was updated successfully, but these errors were encountered: