mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(pipenv): add pupd alias (#11616)
This commit is contained in:
parent
b4f9698733
commit
bd5ebba834
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ alias prun="pipenv run"
|
|||
alias psh="pipenv shell"
|
||||
alias psy="pipenv sync"
|
||||
alias pu="pipenv uninstall"
|
||||
alias pupd="pipenv update"
|
||||
alias pwh="pipenv --where"
|
||||
alias pvenv="pipenv --venv"
|
||||
alias ppy="pipenv --py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue