ohmyzsh/plugins/uplift/uplift.plugin.zsh

3 lines
67 B
Bash
Raw Normal View History

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