Skip to content

Commit f0579e4

Browse files
jgarber623ko1
authored andcommitted
Support config.rb in XDG config path (#1031)
1 parent b63bd2e commit f0579e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/debug/session.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,6 +2308,7 @@ def self.load_rc
23082308

23092309
if (xdg_home = ENV["XDG_CONFIG_HOME"])
23102310
rc_file_paths << [File.expand_path(File.join(xdg_home, "rdbg", "config")), true]
2311+
rc_file_paths << [File.expand_path(File.join(xdg_home, "rdbg", "config.rb")), true]
23112312
end
23122313

23132314
rc_file_paths << [CONFIG[:init_script], false]

0 commit comments

Comments
 (0)