Add asdf plugin

Marc Cornellà 2016-03-30 21:13:07 +02:00
parent b2d873f0f7
commit ab686a4886

@ -43,7 +43,7 @@ Enabled [aliases](https://wiki.archlinux.org/index.php/Pacman_Tips) for `pacman`
| _pacin_ | Install specific package(s) from the repositories |
| _pacins_ | Install specific package not from the repositories but from a file |
| _pacre_ | Remove the specified package(s), retaining its configuration(s) and required dependencies |
| _pacrem_ | Remove the specified package(s), its configuration(s) and unneeded dependencies |
| _pacrem_ | Remove the specified package(s), its configuration(s) and unneeded dependencies |
| _pacrep_ | Display information about a given package in the repositories |
| _pacreps_ | Search for package(s) in the repositories |
| _pacloc_ | Display information about a given package in the local database |
@ -62,6 +62,15 @@ Enabled [aliases](https://wiki.archlinux.org/index.php/Pacman_Tips) for `pacman`
---
## asdf
A plugin for the _extendable version manager_ [asdf](https://github.com/asdf-vm/asdf).
See the [README](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/asdf) for usage information.
**Maintainer:** [RobLoach](https://github.com/RobLoach)
---
## autojump
Enables [autojump](https://github.com/joelthelion/autojump/wiki/) if installed with homebrew, macports or debian/ubuntu package.