1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-01 20:01:42 +08:00
ohmyzsh-mirror/plugins/uplift/uplift.plugin.zsh
2021-07-04 21:27:34 +01:00

3 lines
67 B
Bash

if [ $commands[uplift] ]; then
source <(uplift completion zsh)
fi