ohmyzsh/plugins/uplift/uplift.plugin.zsh
2021-07-04 21:37:35 +01:00

3 lines
68 B
Bash

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