You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit implements XDG directory support for this gem's `.rdbgrc`
configuration file in accordance with the rules outlined in #1031:
> 1. prefer `~/.rdbgrc` if present,
> 2. else, `$XDG_CONFIG_HOME/rdbg/config` if `$XDG_CONFIG_HOME` is set
> and `$XDG_CONFIG_HOME/rdbg/config` is present,
> 3. else, no customized user configuration
See: #1031 (comment)
0 commit comments