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
Allow to source configuration files from common directories
Now custom configuration files are sourced from the following
directories (in that order):
- /etc/gdb-dashboard/
- $XDG_CONFIG_HOME/gdb-dashboard/ (or ~/.config/gdb-dashboard/)
- ~/Library/Preferences/gdb-dashboard/
- ~/.gdbinit.d/
This provides a better implementation of and closes#238.
0 commit comments