We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b83d13 commit aa4ae29Copy full SHA for aa4ae29
src/utils/bash-completion.in
@@ -10,4 +10,4 @@ _xrootgif()
10
fi
11
12
} &&
13
-complete -F _xrootgif __PKGNAME
+complete -F _xrootgif xrootgif
src/utils/zsh-completion.in
@@ -1,7 +1,7 @@
1
-#compdef __PKGNAME
+#compdef xrootgif
2
local context state state_descr line
3
4
-___PKGNAME() {
+_xrootgif() {
5
_arguments -s \
6
{-d,--display=}'[X-Display]:display:->dpy' \
7
{-S,--screen=}'[X-Screen]:screen:->scr' \
0 commit comments