mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-05 00:07: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