Files
config-bash/completion.d/glab
T

6 lines
82 B
Bash

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