Fix flux command to not print on new shell

This commit is contained in:
Tyler Perkins 2024-11-09 15:48:08 -05:00
parent 6cbd9cade6
commit d7b9bcb84c
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -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