diff --git a/home/irbrc b/home/irbrc new file mode 100644 index 0000000..12e3927 --- /dev/null +++ b/home/irbrc @@ -0,0 +1 @@ +IRB.conf[:SAVE_HISTORY] = 10000 diff --git a/home/pryrc b/home/pryrc new file mode 100644 index 0000000..ef69481 --- /dev/null +++ b/home/pryrc @@ -0,0 +1 @@ +Pry.config.history.file = "~/.irb_history"