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