feat(completion): Ajout du support de flux
This commit is contained in:
parent
cd341b7d80
commit
1c34023066
6
completion.d/flux
Normal file
6
completion.d/flux
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v flux &>/dev/null); then
|
||||
source <(flux completion bash)
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user