From 16489b75735e1e7f904c96f922d2962a20a48ae6 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Mon, 18 Dec 2023 15:50:43 -0800 Subject: [PATCH] Replace outdated autoenv link Signed-off-by: Edwin Kofler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0537674b..63661314e6 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [autodark (vbwx)](https://github.com/vbwx/zsh-autodark) - Switches to another Terminal profile if dark mode is enabled (macOS-only). - [autodotenv](https://github.com/nocttuam/autodotenv) - Will prompt you to load variables when you `cd` into a directory containing a `.env` file. - [autoenv-extended](https://github.com/zpm-zsh/autoenv) - Extended version of the [zsh-autoenv](https://github.com/Tarrasch/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. +- [autoenv](https://github.com/hyperupcall/autoenv) - Directory-based environments. - [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. Only tested on ZSH 5.0.2 or later. - [autoquoter](https://github.com/ianthehenry/zsh-autoquoter) - A `zle` widget ("zsh plugin") that will automatically put quotes around arguments to certain commands.