Files
dotfiles/dot_bash_it/completion/available/jungle.completion.bash
2022-05-05 22:20:02 +02:00

8 lines
177 B
Bash

# shellcheck shell=bash
cite "about-completion"
about-completion "jungle(AWS cli tool) completion"
if _command_exists jungle; then
eval "$(_JUNGLE_COMPLETE=source jungle)"
fi