Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting asdf plugins #2627

Open
tarikkavaz opened this issue Apr 3, 2024 · 1 comment
Open

Sorting asdf plugins #2627

tarikkavaz opened this issue Apr 3, 2024 · 1 comment

Comments

@tarikkavaz
Copy link

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

@romkatv
Copy link
Owner

romkatv commented Apr 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants