We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439c497 commit 0c81ff1Copy full SHA for 0c81ff1
completion/rules
@@ -6,8 +6,10 @@ if [ -f /etc/bash_completion ]; then
6
fi
7
8
# Use completion for git.
9
+# shellcheck source=git-completion.bash
10
source ~/script/completion/git-completion.bash
11
# Use completion for dub.
12
+# shellcheck source=dub-completion.bash
13
source ~/script/completion/dub-completion.bash
14
15
# Use git checkout aliases for gco
0 commit comments