2024-04-26 20:55:51 +02:00
|
|
|
# NOTE: We use a non-standard config file name to reduce name clashes with
|
|
|
|
# other IRB config files like `.irbrc`.
|
|
|
|
# NOTE: This doesn't work with system Ruby for some reason.
|
2023-03-07 19:04:19 -08:00
|
|
|
|
|
|
|
require 'irb/completion'
|
|
|
|
|
|
|
|
IRB.conf[:HISTORY_FILE] = "#{Dir.home}/.brew_irb_history"
|
|
|
|
IRB.conf[:IRB_NAME] = "brew"
|
2024-04-04 18:54:59 -07:00
|
|
|
H = Homebrew
|