be less strict when detecting the presence of .p10k.zsh in .zshrc

pull/186/head
romkatv 5 years ago
parent 723d48d5c0
commit 5a94a0c9eb

@ -940,7 +940,7 @@ function write_zshrc() {
local f5="'$f1'"
local f6="\"$f1\""
local f7="\"$f3\""
if [[ -n ${(@M)lines:#(#b)source[[:space:]]##($f1|$f2|$f3|$f4|$f5|$f6|$f7)*} ]]; then
if [[ -n ${(@M)lines:#(#b)[^#]#([^[:IDENT:]]|)source[[:space:]]##($f1|$f2|$f3|$f4|$f5|$f6|$f7)*} ]]; then
print -P "No changes have been made to %4F$__p9k_zshrc_u%f because it already sources %2F$__p9k_cfg_path_u%f."
return
fi

Loading…
Cancel
Save