[Feature Request]: Add a switchable zshrc injection function #185
crazywhalecc
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
Sometimes I need to use the system's PHP for debugging, and I need to temporarily cancel the PATH injected by Herd.
I noticed that the injection behavior of Herd seems to always be appending. When I modified the content injected last time, the content injected next time will be appended to the back without replacement. Maybe we can add an injected boundary comment like:
# Herd inject start
and# Herd inject end
.Is this feature valuable for other users as well and why?
In this way, you can control the current system PHP from the Herd interface, not just the PHP installed by Herd.
Beta Was this translation helpful? Give feedback.
All reactions