]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/ruby-irb.json
add mise.json (#440)
[xdg-ninja.git] / programs / ruby-irb.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.irbrc",
5 "movable": true,
6 "help": "Export the following environment variable:\n\n```bash\nexport IRBRC=\"$XDG_CONFIG_HOME/irb/irbrc\"\n```\n"
7 },
8 {
9 "path": "$HOME/.irb_history",
10 "movable": true,
11 "help": "In Ruby versions 2.7 or later, add the following to your .irbrc:\n\n```ruby\nIRB.conf[:HISTORY_FILE] ||= File.join(ENV[\"XDG_DATA_HOME\"], \"irb\", \"history\")\n```\n\nFor prior versions, set $IRBRC\n"
12 }
13 ],
14 "name": "irb history"
15 }