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

Create an explicit ~/.jsvu/bin path #123

Merged
merged 1 commit into from
Aug 1, 2022
Merged

Create an explicit ~/.jsvu/bin path #123

merged 1 commit into from
Aug 1, 2022

Commits on Aug 1, 2022

  1. Create an explicit ~/.jsvu/bin path

    Previously, we asked users to add `~/.jsvu` to their `$PATH`, which meant that `status.json` and `engines` also became exposed (and autocompleted, etc.).
    
    This patch moves the binaries and wrapper scripts to a dedicated `~/.jsvu/bin` directory containing nothing else.
    
    This is a breaking change; jsvu users have to update their `$PATH` replacing `$HOME/.jsvu` with `$HOME/.jsvu/bin`.
    
    Issue: #116
    mathiasbynens committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    117fab6 View commit details
    Browse the repository at this point in the history