Skip to content

Specifying what files should come last in a glob #174

Open
@ellsclytn

Description

@ellsclytn

I can see that .fresh-order can be used to ensure particular files get read before any others, but is there any functionality available to ensure some particular files are read last? It's quite common for things to need a whole heap of setup code done before you source some other files. For example, asdf stresses that you should only source a particular file toward the end of your shell rc file.

Admittedly this could be achieved by ensuring specific files always get loaded first (i.e. existing functionality) though in my case it would be less code if I were able to say "these files come last".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions