diff --git a/.bashrc b/.bashrc index 230ae39..d0d4594 100644 --- a/.bashrc +++ b/.bashrc @@ -124,7 +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) +which flux > /dev/null 2>&1 && . <(flux completion bash) # Store history after every command shopt -s histappend