We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826b842 commit 1d46f87Copy full SHA for 1d46f87
.irbrc
@@ -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