zulu-zsh / zulu

Total environment manager for ZSH
https://zulu.molovo.co
MIT License
152 stars 13 forks source link

Allows wildcard linking #43

Closed molovo closed 7 years ago

molovo commented 7 years ago

Allows for a glob path to be specified in the init/bin/share key of a package's index entry, which will create individual links in the relevant directory for any files which match the glob.

Example portion from completions package:

{
  "share": {"src/*": "."}
}