mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-02 12:43:57 +08:00
The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results. Fixes #2233