1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 21:00:57 +01:00
Files
oh-my-zsh/plugins/uplift/README.md
2021-07-04 21:27:34 +01:00

10 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)
```