mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
avoid spurious console output where is more more than one dir segment
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user