From a30a8f5431a1c85cb332e693a9a2938717a0729b Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Wed, 26 Feb 2020 21:13:09 -0800 Subject: [PATCH] document why not having shims is good --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d31cbe4b..c70f7cbc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Changes the current Ruby. ## Anti-Features * Does not hook `cd`. -* Does not install executable shims. +* Does not install executable shims (avoids ~50ms overhead). * Does not require Rubies be installed into your home directory. * Does not automatically switch Rubies by default. * Does not require write-access to the Ruby directory in order to install gems.