Skip to content

Commit

Permalink
Mention some env var configs in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 6, 2022
1 parent 49800a7 commit a7dfd1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ The following commands are available on IRB.
* `break`, `delete`, `next`, `step`, `continue`, `finish`, `backtrace`, `info`, `catch`
* Start the debugger of debug.gem and run the command on it.

## 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

https://docs.ruby-lang.org/en/master/IRB.html
Expand Down

0 comments on commit a7dfd1b

Please sign in to comment.