mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
9 lines
235 B
Markdown
9 lines
235 B
Markdown
# Uplift plugin
|
|
|
|
This plugin adds completion for [Uplift](https://github.com/gembaadvantage/uplift). Semantic versioning the easy way.
|
|
|
|
To use it, add `uplift` to the plugins array in your .zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... uplift)
|
|
```
|