Skip to content

Make xonsh completer only trigger when using micromamba #3825

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dotsdl
Copy link

@dotsdl dotsdl commented Feb 15, 2025

Currently, after installing micromamba and initializing it with the xonsh shell, the completions for micromamba will show up upon use of <TAB> for other executables, such as rsync or vim.

This change ensures that micromamba completions do not appear for cases in which micromamba is not the first argument to the context.

See for reference: xonsh/xonsh#5692

Currently, after installing `micromamba` and initializing it with the
`xonsh` shell, the completions for `micromamba` will show up upon use of
`<TAB>` for other executables, such as `rsync` or vim`.

This change ensures that `micromamba` completions do *not* appear for
cases in which `micromamba` is not the first argument to the context.

See for reference: xonsh/xonsh#5692
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

Successfully merging this pull request may close these issues.

1 participant