mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 18:20:07 +00:00
avoid spurious console output where is more more than one dir segment
This commit is contained in:
parent
b7bd643ae6
commit
6cd22e24e2
1 changed files with 1 additions and 1 deletions
|
@ -3251,7 +3251,7 @@ function _p9k_set_prompt() {
|
|||
PROMPT+='${${_p9k_g::=0}+}'
|
||||
fi
|
||||
if [[ $_POWERLEVEL9K_DIR_MAX_LENGTH == <->('%'|) ]]; then
|
||||
local lim
|
||||
local lim=
|
||||
if [[ $_POWERLEVEL9K_DIR_MAX_LENGTH[-1] == '%' ]]; then
|
||||
lim="$_p9k_dir_len-$((0.01*$_POWERLEVEL9K_DIR_MAX_LENGTH[1,-2]))*_p9k_clm"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue