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

Take nonstandard filenames into account #12

Open
BertalanD opened this issue Jul 28, 2020 · 1 comment
Open

Take nonstandard filenames into account #12

BertalanD opened this issue Jul 28, 2020 · 1 comment

Comments

@BertalanD
Copy link

Some people put configurations that apply to both zsh and bash into separate files, and source these from both shells' configuration. One example is .config/aliasrc in Luke Smith's voidrice repo.

Solution 1: follow source and . statements in shell config files. This would not work if the repo root does not correspond to the home directory, as described in #11.

Solution 2: track filenames commonly used for this purpose, i.e. aliasrc, aliases etc. This would be easier to accomplish.

@Kharacternyk
Copy link
Owner

We're searching GitHub by filenames, not by full paths. Thus there's no problem with subdirectories. Searching for multiple filenames (e.g. bashrc and aliasrc) is possible, but I have no desire to implement it myself anytime soon.

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

No branches or pull requests

2 participants