diff --git a/.bashrc b/.bashrc index e1438c8..230ae39 100644 --- a/.bashrc +++ b/.bashrc @@ -124,6 +124,7 @@ fi # Custom command autocompletions PROG=tea source "$HOME/.config/tea/autocomplete.sh" PROG=pass source "$HOME/.local/bin/pass-completion.sh" +which flux && . <(flux completion bash) # Store history after every command shopt -s histappend