brew/Library/Homebrew/brew_irbrc
2024-04-04 19:15:59 -07:00

10 lines
310 B
Plaintext

# Note: that we use a non-standard config file name to reduce
# name clashes with other IRB config files like `.irbrc`.
# Note #2: This doesn't work with system Ruby for some reason.
require 'irb/completion'
IRB.conf[:HISTORY_FILE] = "#{Dir.home}/.brew_irb_history"
IRB.conf[:IRB_NAME] = "brew"
H = Homebrew