Skip to content

Commit 0c81ff1

Browse files
committed
Tell shellcheck where completion files are
1 parent 439c497 commit 0c81ff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

completion/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ if [ -f /etc/bash_completion ]; then
66
fi
77

88
# Use completion for git.
9+
# shellcheck source=git-completion.bash
910
source ~/script/completion/git-completion.bash
1011
# Use completion for dub.
12+
# shellcheck source=dub-completion.bash
1113
source ~/script/completion/dub-completion.bash
1214

1315
# Use git checkout aliases for gco

0 commit comments

Comments
 (0)