]> arthur.barton.de Git - ax-zsh.git/commit
Plugins are activated using symlinks in $AXZSH/active_plugins
authorAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:26:54 +0000 (16:26 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:26:54 +0000 (16:26 +0200)
commitf2125c2e053072cfc7a4e2a1ac1d2e0a5ebf66f7
tree25486b6f6baa390e5df8caa1dfc38f06e3602c05
parent0343f92362d5e0aebabd2d8fc0e97151b526d959
Plugins are activated using symlinks in $AXZSH/active_plugins

AX-ZSH no longer uses configuration variables ($axzsh_plugins,
$axzsh_default_plugins, $plugins) to configure the list of plugins
to load. Instead, all plugins that should be activated must be
linked into the $AXZSH/active_plugins/ directory.

To simplify the plugin handling, the new "axzshctl" script has been
added: you can use the subcommands "enable-plugin", "disable-plugin",
and "reset-plugins" to enable or disable individual plugins, or to
reset the list of activated plugins to the default plugins.
.gitignore [new file with mode: 0644]
README.md
ax.zsh
bin/axzshctl [new file with mode: 0755]
core/50_axzsh/50_axzsh.zshrc [new file with mode: 0644]
install.sh