danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

fish_greeting in themes override custom changes, due to the order fundle loads themes #33

Open simonszu opened 6 years ago

simonszu commented 6 years ago

Hi,

i have opened the following issue in bobethefish: https://github.com/oh-my-fish/theme-bobthefish/issues/136#issuecomment-375981625

I think, this happens due to the order fundle loads themes and plugins, so that the hardcoded fish_greeting in bobthefish overrides my custom fish_greeting in my fish/functions folder. The functions folder apparently gets evaluated before the config.fish loads fundle. Do you have any idea for a workaround?

SirWrexes commented 2 years ago

This is years late but the answer might help some people: My solution to making sure my environment isn't overridden by plugins is to do my setting up in conf.d with numbered files. This gives you much more control over the order or things. image