Skip to content
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

Suggestion: consider using brew shellenv #189

Closed
Coridyn opened this issue Nov 5, 2023 · 1 comment
Closed

Suggestion: consider using brew shellenv #189

Coridyn opened this issue Nov 5, 2023 · 1 comment
Labels
enhancement Improvement or suggestion

Comments

@Coridyn
Copy link

Coridyn commented Nov 5, 2023

eval "$(/opt/homebrew/bin/brew shellenv)"

@balupton balupton added the enhancement Improvement or suggestion label Nov 10, 2023
@balupton
Copy link
Member

For me, this is what it outputs:

> brew shellenv
export HOMEBREW_PREFIX="/usr/local";
export HOMEBREW_CELLAR="/usr/local/Cellar";
export HOMEBREW_REPOSITORY="/usr/local/Homebrew";
export PATH="/usr/local/bin:/usr/local/sbin${PATH+:$PATH}";
[ -z "${MANPATH-}" ] || export MANPATH=":${MANPATH#:}";
export INFOPATH="/usr/local/share/info:${INFOPATH:-}";

There isn't anything there that Dorothy doesn't already support, so I'm going to close this. If it starts outputting things that Dorothy itself doesn't already detect, then we can reevaluate.

@balupton balupton closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement or suggestion
Development

No branches or pull requests

2 participants