zpm-project / zpm-zsh

zsh plugin manager in ansi C.
GNU General Public License v3.0
5 stars 3 forks source link

Cannot load multiple .zsh files #37

Open jedahan opened 7 years ago

jedahan commented 7 years ago

I want zpm junegunn/fzf/shell to source both shell.zsh and key-bindings.zsh

desyncr commented 7 years ago

Related. There is a logic error in the get_plugin_entry_point function. It returns the first occurrence of .zsh or .sh , it should return all occurrences.