feat: Ajout completion pour glab
This commit is contained in:
parent
af4807ed97
commit
5d71c2aa96
5
completion.d/glab
Normal file
5
completion.d/glab
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if (command -v glab &>/dev/null); then
|
||||||
|
source <(glab completion)
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user