mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
# 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.
|
|
|
|
require 'irb/completion'
|
|
|
|
IRB.conf[:HISTORY_FILE] = "#{Dir.home}/.brew_irb_history"
|
|
IRB.conf[:IRB_NAME] = "brew"
|
|
H = Homebrew
|