scalacenter / scoop-bloop

Apache License 2.0
0 stars 4 forks source link

`bloop` manifest will break `git` #3

Closed niheaven closed 4 years ago

niheaven commented 5 years ago

Why bloop use $HOME env var? This will break git that it will search for .ssh and .gitconfig in $HOME...

4lex1v commented 4 years ago

What's the HOME variable is used for? Any chance it could be rename to BLOOP_HOME. Setting it globally to bloop's folder is a bit controversial decision.

niheaven commented 4 years ago

git in Windows will search $HOME for its config if it was set. If there is not $HOME, git search them in $USERPROFILE ($USERPROFILE/.ssh). But if there is $HOME, it search them there ($HOME/.ssh) and reports errors.

4lex1v commented 4 years ago

I mean i have the same issue, though not only with git, but other things as well. Hence my question if it's possible to rename the var to BLOOP_HOME.

nightscape commented 4 years ago

Created a PR and posted on Twitter: https://twitter.com/gimme_moe/status/1183743139829469185

jvican commented 4 years ago

Closing out of inactivity. This issue is most likely gone now that we've changed the way we install bloop through scoop