We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436e79 commit 588f9d3Copy full SHA for 588f9d3
ptpython/repl.py
@@ -604,7 +604,7 @@ def enable_deprecation_warnings() -> None:
604
warnings.filterwarnings("default", category=DeprecationWarning, module="__main__")
605
606
607
-def run_config(repl: PythonInput, config_file: str = "~/.ptpython/config.py") -> None:
+def run_config(repl: PythonInput, config_file: str = "~/.config/ptpython/config.py") -> None:
608
"""
609
Execute REPL config file.
610
0 commit comments