bash-it/completion/available/goenv.completion.bash

6 lines
151 B
Bash

#!/usr/bin/env bash
if _command_exists goenv && [[ -r "$GOENV_ROOT/completions/goenv.bash" ]] ; then
source "$GOENV_ROOT/completions/goenv.bash"
fi