4 lines
73 B
Text
4 lines
73 B
Text
|
if [ -x "$(command -v flux)" ]; then
|
||
|
source <(flux completion bash)
|
||
|
fi
|