When I open a new terminal, __zsh_config_dir is updated to /Users/jason/.config/zsh
If I comment out the plugin, and reopen the terminal, __zsh_config_dir remains unchanged.
It seems like it's happening here
My goal is to get the confd plugin to look for configs in a different folder.
It's quite possibly user error, but if so, I can't figure out what I'm doing wrong.
I have the following:
When I open a new terminal,
__zsh_config_dir
is updated to/Users/jason/.config/zsh
If I comment out the plugin, and reopen the terminal,__zsh_config_dir
remains unchanged.It seems like it's happening here My goal is to get the confd plugin to look for configs in a different folder.