ohmyzsh/plugins/uplift/uplift.plugin.zsh

4 lines
68 B
Bash
Raw Normal View History

2021-07-04 20:27:34 +00:00
if [ $commands[uplift] ]; then
source <(uplift completion zsh)
2021-07-04 20:37:35 +00:00
fi