add bash-it
This commit is contained in:
10
dot_bash_it/completion/available/travis.completion.bash
Normal file
10
dot_bash_it/completion/available/travis.completion.bash
Normal file
@@ -0,0 +1,10 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
if _command_exists travis
|
||||
then
|
||||
if [[ -s "${__TRAVIS_COMPLETION_SCRIPT:=${TRAVIS_CONFIG_PATH:-${HOME}/.travis}/travis.sh}" ]]
|
||||
then
|
||||
source "${__TRAVIS_COMPLETION_SCRIPT}"
|
||||
fi
|
||||
unset __TRAVIS_COMPLETION_SCRIPT
|
||||
fi
|
||||
Reference in New Issue
Block a user