summaryrefslogtreecommitdiff
path: root/plugins/asdf
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2024-08-09 09:44:46 +0200
committerMarc Cornellà <marc@mcornella.com>2024-08-09 09:44:46 +0200
commitefafef8495f030501e0df59ccb76a598bbce3ae1 (patch)
tree561eaba6adf7cd198d0b8d5b3c07dcd724572b72 /plugins/asdf
parentfccaaf2fc60149baab966acaeae35f55325e6f98 (diff)
downloadzsh-efafef8495f030501e0df59ccb76a598bbce3ae1.tar.gz
zsh-efafef8495f030501e0df59ccb76a598bbce3ae1.tar.bz2
zsh-efafef8495f030501e0df59ccb76a598bbce3ae1.zip
docs: improve several plugin READMEs and add one for `ssh` plugin
Diffstat (limited to 'plugins/asdf')
-rw-r--r--plugins/asdf/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/asdf/README.md b/plugins/asdf/README.md
index f047860e2..4af69a75c 100644
--- a/plugins/asdf/README.md
+++ b/plugins/asdf/README.md
@@ -1,7 +1,5 @@
## asdf
-**Maintainer:** [@RobLoach](https://github.com/RobLoach)
-
Adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
### Installation
@@ -28,3 +26,7 @@ asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest
```
+
+### Maintainer
+
+- [@RobLoach](https://github.com/RobLoach)