mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
feat(pipenv): add pupd alias (#11616)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user