]> arthur.barton.de Git - ax-zsh.git/commit
ax.zsh: Undefined "axzsh_load_plugin" function, it's not public
authorAlexander Barton <alex@barton.de>
Sun, 27 Sep 2015 15:18:45 +0000 (17:18 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Sep 2015 15:18:45 +0000 (17:18 +0200)
commit8025edd072ae031e2b80c4ad60e0f160d18314ac
tree511188b67f3813ab7fd8714c6576f2f3ed320496
parent6758018d60e92c60d7a8d52121e8b35ac5c1b4ba
ax.zsh: Undefined "axzsh_load_plugin" function, it's not public

Plugins can't be loaded with this function on runtime (because plugins
can consist of different stages: zlogin/zprofile/zshrc/...), so don't
pollute the namespace.
ax.zsh