config-bash/completion.d/glab
2024-07-29 08:18:30 +00:00

6 lines
82 B
Bash

#!/bin/bash
if (command -v glab &>/dev/null); then
source <(glab completion)
fi