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

Add support for ~ references to home directories in Include #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spladug
Copy link

@spladug spladug commented Jun 23, 2021

In ssh_config(5) it says:

each pathname may contain glob(7) wildcards and, for user configu‐
rations, shell-like ‘~’ references to user home directories.

This adds support for expanding the ~ into the path for the user's home
directory when not parsing a system config.

In ssh_config(5) it says:

    each pathname may contain glob(7) wildcards and, for user configu‐
    rations, shell-like ‘~’ references to user home directories.

This adds support for expanding the ~ into the path for the user's home
directory when not parsing a system config.
@kylelemons
Copy link

Hey @kevinburke ! Any chance we can get your thoughts on this? We rely on this package for an internal tool and a number of users have stumbled over this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants