Add flux completion to bashrc
This commit is contained in:
parent
6812c3197d
commit
6cbd9cade6
1
.bashrc
1
.bashrc
@ -124,6 +124,7 @@ fi
|
|||||||
# Custom command autocompletions
|
# Custom command autocompletions
|
||||||
PROG=tea source "$HOME/.config/tea/autocomplete.sh"
|
PROG=tea source "$HOME/.config/tea/autocomplete.sh"
|
||||||
PROG=pass source "$HOME/.local/bin/pass-completion.sh"
|
PROG=pass source "$HOME/.local/bin/pass-completion.sh"
|
||||||
|
which flux && . <(flux completion bash)
|
||||||
|
|
||||||
# Store history after every command
|
# Store history after every command
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
Loading…
Reference in New Issue
Block a user