From b401369638abfb4bdedc26ddb4240bc899e00bfb Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Tue, 8 Apr 2025 11:21:41 +0200 Subject: [PATCH] Add flux to environment --- bashrc.d/flux | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bashrc.d/flux 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