config-bash/completion.d/glab

6 lines
82 B
Plaintext
Raw Permalink Normal View History

2024-07-29 10:18:30 +02:00
#!/bin/bash
if (command -v glab &>/dev/null); then
source <(glab completion)
fi