Skip to content

Commit 588f9d3

Browse files
sisrfengjonathanslenders
authored andcommitted
Update repl.py
use ~/.config/ptpython/config.py instead of ~/.ptpython/config.py
1 parent b436e79 commit 588f9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptpython/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def enable_deprecation_warnings() -> None:
604604
warnings.filterwarnings("default", category=DeprecationWarning, module="__main__")
605605

606606

607-
def run_config(repl: PythonInput, config_file: str = "~/.ptpython/config.py") -> None:
607+
def run_config(repl: PythonInput, config_file: str = "~/.config/ptpython/config.py") -> None:
608608
"""
609609
Execute REPL config file.
610610

0 commit comments

Comments
 (0)