How to find some shell plugin that I want to source in my `~/.zshrc`?

I had a look at your setup and maybe I’m missing something fundamental but wouldn’t

home.file.".zsh/boot/asdf.zsh".text = ''
  . ${sources.asdf}/asdf.sh
  . ${sources.asdf}/completions/asdf.bash
'';

suffice?

1 Like