bash-it/completion/available/nodenv.completion.bash

7 lines
257 B
Bash

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