-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
zsh: make the disabling of /etc optional #11056
Conversation
Should this be on or off by default? |
Right now, it's off by default. Personally, i'd rather have it on. Let's hear @indrajitr's opinion. |
I agree with @sorin-ionescu. etcdir should be on by default. The patch (along with the great writeup on While having the default enabled has it's own effect, it is abundantly clear from the caveats section. This is something a zsh power user on Mac should take care of anyway (homebrewed or otherwise). OT: @sorin-ionescu, your OMZ fork shaping up very well! |
Would be nice to have this in please. |
Pulled. |
Thanks! |
Are the caveat instructions about renaming |
@cdlm Yes, the instructions are right. |
@sorin-ionescu What I don't get is that |
If you move |
For me it still runs, but after my own I don't really care about the couple paths that it sets, so I recompiled zsh with |
It's best to avoid using /etc. |
Should we be setting etcdir to HOMEBREW_PREFIX/etc? Would that be useful and/or beneficial? |
No, no other package messes with /etc, AFAIK. |
Closes Homebrew#11056. Signed-off-by: Jack Nagel <[email protected]>
Closes Homebrew#11056. Signed-off-by: Jack Nagel <[email protected]>
Closes Homebrew#11056. Signed-off-by: Jack Nagel <[email protected]>
What's the argument for moving |
I just noticed the same thing, and I don't understand why you wouldn't want path_helper to run for scripts as well? |
I'm in the same boat as @samuelcole @eatnumber1 @cdlm. @sorin-ionescu @indrajitr under what use case does one not want --disable-etcdir? Why is it not the default behavior? Default --disable-etcdir would seem to minimize hard to debug problems. The caveat is a distraction. |
@lloydde You would not want to disable /etc if the configuration files in there are useful to you, such as setting the path. |
Requested by @indrajitr.