From 44a787d49e2bf9559baed2c691ab01ffe89617ba Mon Sep 17 00:00:00 2001 From: ThomasHaz Date: Thu, 18 Jul 2024 11:14:30 +0100 Subject: [PATCH] Update README.md Removed reference to Fig [https://fig.io] --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ff9682a9..32a0cdb2 100644 --- a/README.md +++ b/README.md @@ -367,12 +367,6 @@ See [Advanced configuration](#advanced-configuration) for details and more confi **Proxy note**: If you use a proxy, export `http_proxy` and `https_proxy`, too. - In MacOS, you might also want to install [Fig](https://fig.io/) which -provides alternative shell completions for many command line tools with an -IDE-like popup interface in the terminal window. -(Note that their completions are independent from Pyenv's codebase -so they might be slightly out of sync for bleeding-edge interface changes.) - ### Restart your shell for the `PATH` changes to take effect.