mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Removed command uvpp since it is already existing in PR 12914
This commit is contained in:
parent
25cd9afde5
commit
965f65d5a1
2 changed files with 0 additions and 2 deletions
|
|
@ -25,7 +25,6 @@ alias uvinw='uv install --no-workspace'
|
|||
alias uvpl='uv python list'
|
||||
alias uvpi='uv python install'
|
||||
alias uvpu='uv python uninstall'
|
||||
alias uvpp='uv python pin'
|
||||
# If the completion file doesn't exist yet, we need to autoload it and
|
||||
# bind it. Otherwise, compinit will have already done that.
|
||||
if [[ ! -f "$ZSH_CACHE_DIR/completions/_uv" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue