From ab686a4886f08ecf8665fbdfb98e4a6dcc69a369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Wed, 30 Mar 2016 21:13:07 +0200 Subject: [PATCH] Add asdf plugin --- Plugins.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 14a72de..d388100 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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.