dotfiles/bashrc.d/flux

4 lines
73 B
Text
Raw Normal View History

2025-04-08 11:21:41 +02:00
if [ -x "$(command -v flux)" ]; then
source <(flux completion bash)
fi