Skip to content

Commit effaa82

Browse files
committed
Streamline IRB config
1 parent c8a8fd2 commit effaa82

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.irbrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
require "irb/completion"
44

5-
IRB.conf[:AUTO_INDENT] = true
65
IRB.conf[:HISTORY_FILE] = ".irb_history"
7-
IRB.conf[:SAVE_HISTORY] = 1000
86
IRB.conf[:USE_AUTOCOMPLETE] = false
7+
IRB.conf[:USE_PAGER] = false
98

109
def clear
1110
system("clear")

0 commit comments

Comments
 (0)