Compare commits
2 Commits
a56929aa8b
...
ea9139f77f
| Author | SHA1 | Date | |
|---|---|---|---|
| ea9139f77f | |||
| 15a56af2c8 |
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if (command -v flux &>/dev/null); then
|
if (command -v flux &>/dev/null); then
|
||||||
|
|||||||
5
completion.d/tea
Normal file
5
completion.d/tea
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if (command -v tea &>/dev/null); then
|
||||||
|
source <(tea completion bash)
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user