mirror of
https://github.com/shokinn/.files.git
synced 2026-06-20 22:44:11 +00:00
Fix segment display order in prompt_mise function
This commit is contained in:
parent
f0ec74ec6f
commit
cd0d3fda4d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
if _prompt_mise_has_visual_identifier "$tool"; then
|
if _prompt_mise_has_visual_identifier "$tool"; then
|
||||||
p10k segment -r -i "${tool}_ICON" -s "$tool" -t "$version"
|
p10k segment -r -i "${tool}_ICON" -s "$tool" -t "$version"
|
||||||
else
|
else
|
||||||
p10k segment -r -s "$tool" -t "$(_prompt_mise_fallback_label "$tool_raw") $version"
|
p10k segment -r -s "$tool" -t "$version $(_prompt_mise_fallback_label "$tool_raw")"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue