You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .local/share/bash-completion/completions/avalanche.sh check for the existence of compdef, since otherwise every time a non-zsh shell is launched an error is thrown:
ifcommand -v compdef &> /dev/null
then
compdef _avalanche avalanche
fi
The text was updated successfully, but these errors were encountered:
In
.local/share/bash-completion/completions/avalanche.sh
check for the existence ofcompdef
, since otherwise every time a non-zsh shell is launched an error is thrown:The text was updated successfully, but these errors were encountered: