Skip to content

Commit a44ba64

Browse files
committed
refactor(_vault): do not install for command basename
`__load_completion` takes care of that now when appropriate.
1 parent 95eef92 commit a44ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/_vault

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#
44
# This serves as a fallback in case the completion is not installed otherwise.
55

6-
type "$1" &>/dev/null && complete -C "\"$1\" 2>/dev/null" "$1" "${1##*/}"
6+
type "$1" &>/dev/null && complete -C "\"$1\" 2>/dev/null" "$1"
77

88
# ex: filetype=sh

0 commit comments

Comments
 (0)