Files
config-bash/completion.d/flux

6 lines
87 B
Bash

#!/bin/bash
if (command -v flux &>/dev/null); then
source <(flux completion bash)
fi