Add flux completion to bashrc

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

View File

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