-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDITOR not respected #95
Comments
Thanks for reporting. It works if you call
then But it seems Homebrew resets some environment variables when it calls subcommands, I will check it. |
Thank you ! Great fast response So |
Yes, if you have any executables named But as you saw, there seems some differences which I've not noticed. |
I found that
If you set:
then all variables will be loaded and I don't know what will be wrong with On the other hand, Then, I added
then Another option is to use brew-wrap.
in your .bashrc or .zshrc. Home one of them works for you! |
All of them work ! |
Thanks for making this much needed manager !
I've just started using it.
When I do
brew file edit
it always open upvim
, although I have setEDITOR=nano
.I believe it is related to this line:
homebrew-file/bin/brew-file
Line 897 in dd68cd9
But I'm not sure how to stop the program to debug why the environ call doesn't see the EDITOR variablel. Can you please indicate where the source file is located after installation, so that I can help debug this?
Thanks again !
The text was updated successfully, but these errors were encountered: