romkatv / powerlevel10k

A Zsh theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting asdf plugins

tarikkavaz opened this issue · comments

this is from my p10k setup

typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
  status                  # exit code of the last command
  command_execution_time  # duration of the last command
  background_jobs         # presence of background jobs
  asdf                    # asdf version manager (https://github.com/asdf-vm/asdf)
)

and this is my root .tool-versions

nodejs 16.14.2
python 3.10.4
yarn 1.22.1
bun 1.1.0

with this current conf. I get
yarn - bun - node - python

how can I sort them to
yarn - node - bun - python

Currently this isn't possible. I'll treat this issue as a feature request.