Commit b63bd2e
Add XDG support for rdbgrc file (#1031)
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)1 parent 630dbfa commit b63bd2e
1 file changed
+13
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2300 | 2300 | | |
2301 | 2301 | | |
2302 | 2302 | | |
2303 | | - | |
2304 | | - | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
| 2313 | + | |
| 2314 | + | |
| 2315 | + | |
2308 | 2316 | | |
2309 | 2317 | | |
2310 | 2318 | | |
| |||
0 commit comments