Open
Description
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
Labels
No labels