Closed peterlobster closed 5 years ago
Also reported to Homebrew https://github.com/Homebrew/homebrew-core/issues/35588
"commands" is a pretty generic directory name to drop directly in lib
. Maybe it could be moved to lib/homeshick/commands/
to avoid conflicts?
I'm closing this one. This is definitely a problem with the way the homebrew formula installs homeshick. There's no reason for any of the homeshick functions to be available directly in lib. HOMESHICK_DIR
should not be "just" #{opt_prefix}
.
Okay. That means the Homebrew formula needs to be modified, probably to stick everything in libexec
like it does with Java packages. I'll take it up with Homebrew if I find time.
@apjanke thank you for taking care of this!
There's a dependency issue with ASDF. I overwrote the files and both Homeshick and ASDF seem to work fine. However, maybe something to look into? Maybe should also be reported to ASDF?