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
Hi, I would like to be able to use the sed executable without calling the sed function in Microsoft.PowerShell_profile.ps1 (for example, if I want to pipe a stream to sed instead of operating on a file). I tried overriding the sed function in the Profile.ps1 using Edit-Profile, however it seems that this is loaded before your Microsoft.PowerShell_profile.ps1. I see two things that could be improved, either of which would solve this issue.
Allow for an easy way to skip certain functions from being loaded, perhaps a list in the Profile.ps1 file?
Load the Profile.ps1 file after the functions in the Microsoft.PowerShell_profile.ps1 file, so that the custom functions may be overridden.
The text was updated successfully, but these errors were encountered:
Hi, I would like to be able to use the sed executable without calling the sed function in Microsoft.PowerShell_profile.ps1 (for example, if I want to pipe a stream to sed instead of operating on a file). I tried overriding the sed function in the Profile.ps1 using Edit-Profile, however it seems that this is loaded before your Microsoft.PowerShell_profile.ps1. I see two things that could be improved, either of which would solve this issue.
The text was updated successfully, but these errors were encountered: