From ba97d4660bbc96a9d3c6aabf425d05fa6be5c1b5 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 25 Nov 2017 09:00:05 -0500 Subject: [PATCH] Fix name of autoenv-extended plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bac97e..a44e3e7 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ These frameworks make customizing your zsh setup easier. * [atom_plugin.zsh](https://github.com/kingsj/atom_plugin.zsh) - A plugin for the Atom editor on macOS. * [auto-fu.zsh](https://github.com/hchbaw/auto-fu.zsh) - Automatic complete-word and list-choices. Originally incr-0.2.zsh by y.fujii . * [auto-ls](https://github.com/desyncr/auto-ls) - Automatically `ls` when cding to a new directory. -* [autoenv](https://github.com/horosgrisa/autoenv) - Extended version of the zsh-autoenv plugin. +* [autoenv-extended](https://github.com/horosgrisa/autoenv) - Extended version of the zsh-autoenv plugin. * [autoenv](https://github.com/Tarrasch/zsh-autoenv) - If a directory contains a `.env` file, it will automatically be executed when you cd into it. * [autojump](https://github.com/wting/autojump) - A cd command that learns - easily navigate directories from the command line. Install autojump-zsh for best results. * [autopair](https://github.com/hlissner/zsh-autopair) - A ZSH plugin for auto-closing, deleting and skipping over matching delimiters.