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

when shortening with truncate_to_unique, never produce just dots for a segment

This commit is contained in:
romkatv 2020-05-09 19:51:57 +02:00
parent 3de6154ee7
commit 22396b86f3

View file

@ -1800,7 +1800,7 @@ prompt_dir() {
(( q )) && parts[i]="\${(Q)\${:-${(qqq)${(q)sub}}}}"
parts[i]+=$'\2'
else
local -i j=1
local -i j=$sub[(i)[^.]]
for (( ; j + d < $#sub; ++j )); do
local -a matching=($parent/$sub[1,j]*/(N))
(( $#matching == 1 )) && break