mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
568d6f819f
I noticed that when running `/status` on Windows, I saw something like: ``` Path: ~/src\codex ``` so now it should be: ``` Path: ~\src\codex ``` Admittedly, `~` is understood by PowerShell but not on Windows, in general, but it's much less verbose than `%USERPROFILE%`.
568d6f819f
ยท
2025-08-25 14:47:17 -07:00
History