mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
added init and python command aliases
This commit is contained in:
parent
e022938b59
commit
0dc0a1bad6
2 changed files with 13 additions and 3 deletions
|
|
@ -19,8 +19,13 @@ alias uvsr='uv sync --refresh'
|
|||
alias uvsu='uv sync --upgrade'
|
||||
alias uvup='uv self update'
|
||||
alias uvv='uv venv'
|
||||
alias uvt='uv tree'
|
||||
|
||||
alias uvtr='uv tree'
|
||||
alias uvi='uv install'
|
||||
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