mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +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
|
|
@ -26,4 +26,9 @@ plugins=(... uv)
|
|||
| uvsu | `uv sync --upgrade` | Sync the environment, allowing upgrades and ignoring the lock file |
|
||||
| uvup | `uv self update` | Update the UV tool to the latest version |
|
||||
| uvv | `uv venv` | Manage virtual environments |
|
||||
| uvt | `uv tree` | Displays the full dependency tree for the current project environment|
|
||||
| uvtr | `uv tree` | Displays the full dependency tree for the current project environment|
|
||||
| uvi | `uv init` | Initialize a new project in current workspace and environment. |
|
||||
| uvinw | `uv init --no-workspace` | Initialize a new project in a new workspace and environment |
|
||||
| uvpl | `uv python list` | Lists all python version installed |
|
||||
| uvpi | `uv python install` | Install a specific versino of python |
|
||||
| uvpp | `uv python pin` | Pin the current project to use a specific Python version. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue