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

source_env: show full path #870

Merged
merged 1 commit into from Apr 11, 2022
Merged

source_env: show full path #870

merged 1 commit into from Apr 11, 2022

Commits on Apr 6, 2022

  1. source_env: show full path

    Before:
    Given ~/path/to/.envrc containing:
    source_env .envrc.local
    
    When doing `direnv exec ~/path/to true` it shows:
    direnv: loading .envrc.local
    
    After:
    It shows:
    direnv: loading ~/path/to/.envrc.local
    eval committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3a7366d View commit details
    Browse the repository at this point in the history