1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-12 00:00:07 +00:00

quote override dirs form rustup

This commit is contained in:
romkatv 2020-01-28 11:10:25 +01:00
parent 5f6d73c5ac
commit 5ce620436d

View file

@ -2736,7 +2736,7 @@ prompt_rust_version() {
_p9k_cache_stat_set
else
local MATCH
local keys=(${^${lines%%[[:space:]]#[^[:space:]]#}}'/*')
local keys=(${(@)${lines%%[[:space:]]#[^[:space:]]#}/(#m)*/${(b)MATCH}/})
local vals=(${(@)lines/(#m)*/$MATCH[(I)/] ${MATCH##*[[:space:]]}})
_p9k_cache_stat_set ${keys:^vals}
fi