bash-it/completion/available/jenv.completion.bash

7 lines
245 B
Bash

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