-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Open
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Proposal:
Enabling $XDG_CONFIG_HOME/pdb/.pdbrc
would let users keep their $HOMEs organized.
The order of discovery and execution of .pdbrc
files would be:
$XDG_CONFIG_HOME/pdb/.pdbrc
~/.pdbrc
./.pdbrc
- The choice of
/pdb/
subdirectory under$XDG_CONFIG_HOME
is questionable. - Additional support of
$XDG_CONFIG_DIRS
is questionable.
I could provide PR if this feature sounds reasonable.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement