mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
fix(pipenv): add argcomplete compatibility for >= 2026.5.0
This commit is contained in:
parent
7c10d9839f
commit
65681fd8f1
2 changed files with 28 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ plugins=(... pipenv ...)
|
|||
|
||||
## Features
|
||||
|
||||
- Adds completion for pipenv
|
||||
- Adds completion for pipenv ([install the `argcomplete` package to get it working with pipenv >= 2026.5.0](https://pipenv.pypa.io/en/latest/shell.html#shell-completion))
|
||||
- Auto activates and deactivates pipenv shell
|
||||
- Adds short aliases for common pipenv commands
|
||||
- `pch` is aliased to `pipenv check`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue