Add flux to environment

This commit is contained in:
Chris Cowley 2025-04-08 11:21:41 +02:00
parent 536a61af56
commit b401369638

3
bashrc.d/flux Normal file
View file

@ -0,0 +1,3 @@
if [ -x "$(command -v flux)" ]; then
source <(flux completion bash)
fi