aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-12-06 11:18:59 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-12-06 11:18:59 +0900
commit80bd9c64aaca7192aba3076401e7207c65502139 (patch)
treeda929bea2dc0619f91090925f9272d85bc89a51c /README.md
parente9a0f45dc40d3539640739c1cc7e6c47abc02a2f (diff)
downloadruby-80bd9c64aaca7192aba3076401e7207c65502139.tar.gz
Revert wrong sync in 9aa18f61f297fcb2ee0cbd4be0772607745274b7 [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index c17b901728..35ef2d9e89 100644
--- a/README.md
+++ b/README.md
@@ -54,15 +54,6 @@ see [Building Ruby](doc/contributing/building_ruby.md)
https://www.ruby-lang.org/
-## Configuration
-
-### Environment Variables
-
-- `NO_COLOR`: Assigning a value to it disables IRB's colorization.
-- `IRB_USE_AUTOCOMPLETE`: Setting it to `false` disables IRB's autocompletion.
-- `EDITOR`: Its value would be used to open files by the `edit` command.
-- `IRBRC`: The file specified would be evaluated as IRB's rc-file.
-
## Documentation
- [English](https://docs.ruby-lang.org/en/master/index.html)