Skip to content

Commit 55f6624

Browse files
committed
Support config.rb in XDG config path (#1031)
1 parent bba01c7 commit 55f6624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/debug/session.rb

+1
Original file line numberDiff line numberDiff line change
@@ -2301,6 +2301,7 @@ def self.load_rc
23012301

23022302
if (xdg_home = ENV["XDG_CONFIG_HOME"])
23032303
rc_file_paths << [File.expand_path(File.join(xdg_home, "rdbg", "config")), true]
2304+
rc_file_paths << [File.expand_path(File.join(xdg_home, "rdbg", "config.rb")), true]
23042305
end
23052306

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

0 commit comments

Comments
 (0)