summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6e882f4)
* Create ruby-irb to handle .irb_history
* Swap to state from config
It's not config.
* Add newline
* Rename ruby-irb to ruby-irb.json
Add missing suffix
--- /dev/null
+{
+ "files": [
+ {
+ "path": "$HOME/.irb_history",
+ "movable": true,
+ "help": "In Ruby versions 2.7 or later, configure IRB.conf[:HISTORY_FILE] in your .irbrc to $XDG_STATE_HOME/irb/history. For prior versions, set $irbrc\n"
+ }
+ ],
+ "name": "irb history"
+}