mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 12:50:58 +01:00
feat: add uplift to available plugins
This commit is contained in:
9
plugins/uplift/README.md
Normal file
9
plugins/uplift/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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)
|
||||
```
|
||||
3
plugins/uplift/uplift.plugin.zsh
Normal file
3
plugins/uplift/uplift.plugin.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
if [ $commands[uplift] ]; then
|
||||
source <(uplift completion zsh)
|
||||
fi
|
||||
Reference in New Issue
Block a user