fix (completions): add source to actual vendor file and disable SC1090 in yarn completions
parent
ba3018e8bb
commit
6de552cec8
|
|
@ -1,4 +1,5 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
about-completion "yarn cli completions"
|
about-completion "yarn cli completions"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090 source=../../vendor/github.com/dsifford/yarn-completion/yarn
|
||||||
source "${BASH_IT}/vendor/github.com/dsifford/yarn-completion/yarn"
|
source "${BASH_IT}/vendor/github.com/dsifford/yarn-completion/yarn"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue