You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
powerlevel10k/functions
Arav Singhal 1edb74ba91 Consider delimiter length in dir truncate right
Truncating the path from the right now takes in account the delimiter
length, so that directories with names shorter than truncated name +
delimiter are displayed properly.

For example, if SHORTEN_DIR_LENGTH is 4 and the delimiter is "..",
"../tests/.." and "../custom/.." are not incorrectly "truncated" to
"../test../.." and "../cust../..", both of which are longer or the same
length as the original.
8 years ago
..
colors.zsh Extracted color functions to a separate file. 9 years ago
icons.zsh vcs: adding detection of unstaged / staged for svn repos 8 years ago
utilities.zsh Consider delimiter length in dir truncate right 8 years ago
vcs.zsh vcs: adding detection of unstaged / staged for svn repos 8 years ago