Todd A. Jacobs

Results 33 comments of Todd A. Jacobs

> Yeah I should probably introduce another variable for the "default ruby" (defaults to system) and have `chruby_auto` reset back to the default ruby as opposed to system ruby. I...

> Before we brainstorm how this feature should work, I'm curious what's wrong with just installing the desired default ruby version into `/usr/local` as the new system ruby? The use...

@postmodern said: > Added some tests, but ran into an interesting edge-case. @todd-a-jacobs what do you think `chruby --default` with no argument should do? Print an error? Print the current...

I'm also having problems with v2.17.4 (937) on macOS when using 2b71b602388e4901ec98998e470d87590709a94f. The traceback says: ``` bash $ pipenv run python decrypt_otpauth.py decrypt_account --encrypted-otpauth-account ./accounts.otpauthdb Password for export file ./accounts.otpauthdb:...

A more general use case for this is when you have things that you want to run in multiple directories, but *temporarily* don't want the current environment overridden by .envrc...

> Is there is specific version I need to use for this. I am on @nikhilkalige This isn't actually a current feature. My example was essentially pseudo-code based on other...

> What I usually do if I want to disable direnv in a single bash shell (for testing): `cd / && unset PROMPT_COMMAND && eval "$(direnv export bash)" && cd...

> functions --erase __direnv_export_eval && functions --erase __direnv_export_eval_2 @zimbatm Does this actually restore the environment first, or does it simply (as seems to me) erase the functions from the environment?...

When doing a system install, the module really ought to be doing the following: 1. ensuring the existence of rbenv group using 1. setting /usr/local/rbenv to be owned by the...

Because both merge requests are against the base branch, I can't get a clean merge of the CHANGELOG.md. Here's what I've got as the section combining both PRs: ```markdown ##...