Skip to content

Commit 1d46f87

Browse files
committed
Add .irbrc to customise IRB for the project
1 parent 826b842 commit 1d46f87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.irbrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# frozen_string_literal: true
2+
3+
require "bundler/setup"
4+
require_relative "lib/ruby_lsp/internal"
5+
6+
IRB.conf[:IRB_NAME] = IRB::Color.colorize("ruby-lsp", [:BLUE, :BOLD])
7+
IRB.conf[:HISTORY_FILE] = "~/.irb_history"

0 commit comments

Comments
 (0)