From dbd627c38adb22330499ec80e4121c3036c753dd Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 9 Mar 2014 10:46:34 +0900 Subject: [PATCH] Update README: Remove section on --disable-gems This is automatically set in install script. It may only cause unnecessary confusion. --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 1a81ecf..7198a2d 100644 --- a/README.md +++ b/README.md @@ -291,28 +291,6 @@ a very large list of files, fzf is significantly faster and it does not block. Tips ---- -### Faster startup with `--disable-gems` options - -If you're running Ruby 1.9 or above, you can improve the startup time with -`--disable-gems` option to Ruby. - -- `time ruby ~/bin/fzf -h` - - 0.077 sec -- `time ruby --disable-gems ~/bin/fzf -h` - - 0.025 sec - -You can define fzf function with the option as follows: - -```sh -fzf() { - ruby --disable-gems ~/bin/fzf "$@" -} -export -f fzf -``` - -However, this is automatically set up in your .bashrc and .zshrc if you use the -bundled [install](https://github.com/junegunn/fzf/blob/master/install) script. - ### Rendering issues If you have any rendering issues, check the followings: