summaryrefslogtreecommitdiff
path: root/plugins/autoenv
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2018-10-09 20:34:47 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-10-09 20:34:47 +0200
commit3c9942c4884089b290ef750468b29419ca0de271 (patch)
tree2d6a7aba815cbea0fc70f94ab10b59205ce66c6f /plugins/autoenv
parent313d3c3fe293f6d073c623e7a93a8147c30e0bd1 (diff)
downloadzsh-3c9942c4884089b290ef750468b29419ca0de271.tar.gz
zsh-3c9942c4884089b290ef750468b29419ca0de271.tar.bz2
zsh-3c9942c4884089b290ef750468b29419ca0de271.zip
autojump: move README to right place
Diffstat (limited to 'plugins/autoenv')
-rw-r--r--plugins/autoenv/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/autoenv/README.md b/plugins/autoenv/README.md
deleted file mode 100644
index 18ff793cd..000000000
--- a/plugins/autoenv/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Autojump plugin
-
-This plugin loads the [autojump navigation tool](https://github.com/wting/autojump).
-
-To use it, add `autojump` to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... autojump)
-```
-
-More info on the usage: https://github.com/wting/autojump