bash-it/plugins/enabled
Travis Swicegood ffa45b0391 Create the concept of enabled plugins
This allows users to disable a plugin without completely removing it.
Instead, they simply remove the `plugins/enabled/*.bash` file for the
plugin they want to disable.  This continues the concept of "everything
on" while providing greater flexibility to future users.

It might be a good idea to allow turning these off by default in the
future and allowing not only the `plugins/enabled/*.bash` files but also
an array of `<plugin_name>` values that would search for
`plugins/available/<plugin_name>.plugin.bash` to enable them.  That
method would make it easier for people custom tune their plugins from
within their `.bash_profile` script.
2011-05-02 23:12:50 -05:00
..
base.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
battery.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
browser.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
dirs.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
git.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
hg.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
javascript.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
jekyll.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
latex.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
nginx.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
osx.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
python.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
ruby.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
rvm.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
ssh.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
subversion.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
tmux.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
vagrant.plugins.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
virtualenv.plugin.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00
z.bash Create the concept of enabled plugins 2011-05-02 23:12:50 -05:00