diff --git a/bashrc.d/flux b/bashrc.d/flux new file mode 100644 index 0000000..3e793d3 --- /dev/null +++ b/bashrc.d/flux @@ -0,0 +1,3 @@ +if [ -x "$(command -v flux)" ]; then + source <(flux completion bash) +fi