bash-it/completion/available/pyenv.completion.bash

7 lines
251 B
Bash

#!/usr/bin/env bash
# Bash completion support for pyenv
if _command_exists pyenv && [[ -r "$(dirname $(readlink -f $(which pyenv)))/../completions/pyenv.bash" ]] ; then
source "$(dirname $(readlink -f $(which pyenv)))/../completions/pyenv.bash"
fi