bash-it/plugins/available
Erich Smith 758c4f3328 test existence, not symlink
it isn't safe to assume that symlinks created in the enabled/* dirs will
be symlinks later...

some users use tools like Dropbox to sync their files across systems,
and these may transform symlinks into regular files.  explicitly
checking for symlinks with tests like [ -h $file ] will break on these
systems.  these tests have been replaced with [ -e $file ] instead.
2012-05-16 13:00:22 -04:00
..
_xterm.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
base.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
battery.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
browser.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
dirs.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
extract.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
fasd.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
git.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
hg.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
javascript.plugin.bash plugins-help is much faster 2012-05-15 14:29:06 -04:00
jekyll.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
latex.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
nginx.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
nvm.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
osx.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
python.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
rbenv.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
ruby.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
rvm.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
ssh.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
subversion.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
tmux.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
tmuxinator.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
vagrant.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00
virtualenv.plugin.bash update plugin management 2012-05-13 22:13:54 -04:00
z.plugin.bash test existence, not symlink 2012-05-16 13:00:22 -04:00
z_autoenv.plugin.bash standardize plugins, update metadata 2012-05-13 22:13:54 -04:00