1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-03-31 19:34:00 +08:00
Commit Graph

3 Commits

Author SHA1 Message Date
Hobeom
25488fe69d feat(conda): add environment tab completion for cna and cnrn
- Add conda command check to exit early if conda is not installed
- Convert `cna` and `cnrn` from aliases to functions to support arguments
- Add `_omz_conda_envs` completion function that fetches conda environments
  and provides tab completion for `cna` and `cnrn` commands

AI-assisted contribution disclosure
Plugin script (conda.plugin.zsh): Generated with GPT 5.4 (thinking mode), then reviewed and tested manually
README, commit messages, and PR: Written with Claude Code (claude-opus-4-6)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 16:06:52 +09:00
Gary Wei
f97e871c33
fix(conda): correct typo in alias parameter (#13010)
Closes #13009
2025-03-11 09:51:15 +01:00
Sebastian Müller
9ba6daa1b5
feat(conda): add conda aliases plugin
Closes #7318
Closed #9691

Co-authored-by: garywei944 <33930674+garywei944@users.noreply.github.com>
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2024-08-14 09:18:18 +02:00