]> arthur.barton.de Git - ax-zsh.git/commit - ax.zsh
Rework FPATH and completion system
authorAlexander Barton <alex@barton.de>
Sat, 18 Jul 2015 16:02:28 +0000 (18:02 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 18 Jul 2015 16:02:28 +0000 (18:02 +0200)
commitca017856edb82f2a1a3d9a6b800d8fc0042d511e
tree9b1e35d0b6e9ba6d8ff0bd6b6ba968db097e4c32
parentb657444e40992ebe8c0a1a698e1a1bad27324313
Rework FPATH and completion system

Now AX-ZSH manages its own additional FPATH components, and adds these to
the actual FPATH after reading all zprofile files and before handling all
the zshrc files.

This allows plugins to add custom FPATH directories in their zprofile
part, and to configure completion settings in their zshrc file: "compinit"
is called by the ax.zsh script between these two steps.
README.md
ax.zsh
core/05_fpath/05_fpath.zprofile [new file with mode: 0644]
core/05_fpath/05_fpath.zshrc [new file with mode: 0644]
core/50_completion/50_completion.zshrc [new file with mode: 0644]
core/90_completion_init/90_completion_init.zshrc [deleted file]
plugins/completion/completion.zshrc [deleted file]
plugins/homebrew/homebrew.zprofile [new file with mode: 0644]
plugins/homebrew/homebrew.zshrc [deleted file]