[Fix #626] Escape '%' in path

This commit is contained in:
Sorin Ionescu 2014-10-06 16:54:21 -04:00
parent abfc4ab6e5
commit b4884d4d45
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function prompt_sorin_pwd {
_prompt_sorin_pwd="$MATCH"
unset MATCH
else
_prompt_sorin_pwd="${${${(@j:/:M)${(@s:/:)pwd}##.#?}:h}%/}/${pwd:t}"
_prompt_sorin_pwd="${${${${(@j:/:M)${(@s:/:)pwd}##.#?}:h}%/}//\%/%%}/${${pwd:t}//\%/%%}"
fi
}