mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
when shortening with truncate_to_unique, never produce just dots for a segment
This commit is contained in:
parent
3de6154ee7
commit
22396b86f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue