From d4ffe849c0ae67aeb552251f938fdc9c33e14ef6 Mon Sep 17 00:00:00 2001 From: tapple-cisco <167885465+tapple-cisco@users.noreply.github.com> Date: Tue, 16 Sep 2025 07:01:39 -0700 Subject: [PATCH] Note in config example where the file goes on Windows --- examples/ptpython_config/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ptpython_config/config.py b/examples/ptpython_config/config.py index bfd3914e..4efd5d97 100644 --- a/examples/ptpython_config/config.py +++ b/examples/ptpython_config/config.py @@ -4,6 +4,7 @@ Copy this file to $XDG_CONFIG_HOME/ptpython/config.py On Linux, this is: ~/.config/ptpython/config.py On macOS, this is: ~/Library/Application Support/ptpython/config.py +On Windows, this is: ~\AppData\Local\prompt_toolkit\ptpython\config.py """ from prompt_toolkit.filters import ViInsertMode