dotfiles/vcs/git/config/zsh/alias.d/git-bug-completions.zsh

7 lines
95 B
Bash

#!/usr/bin/env zsh
if ! exist git-bug; then
return 1
fi
source <(git-bug completion zsh)