summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/irb.rb6
1 files changed, 3 insertions, 3 deletions
@@ -105,9 +105,9 @@ require_relative "irb/easter-egg"
# IRB reads a personal initialization file when it's invoked.
# IRB searches a file in the following order and loads the first one found.
#
-# * +$IRBRC+ (if +$IRBRC+ is set)
-# * +$XDG_CONFIG_HOME/irb/irbrc+ (if +$XDG_CONFIG_HOME+ is set)
-# * +~/.irbrc+
# * +.config/irb/irbrc+
# * +.irbrc+
# * +irb.rc+