dotfiles/bashrc.d/flux

3 lines
73 B
Text

if [ -x "$(command -v flux)" ]; then
source <(flux completion bash)
fi