Fix flux command to not print on new shell
This commit is contained in:
parent
6cbd9cade6
commit
d7b9bcb84c
2
.bashrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user