Skip to content

Commit 2a8ea8d

Browse files
committed
fix(brctl): brctl does not deal with files
Do not turn the option to use file names as possible completion for brctl as the command does not deal with files whatsoever.
1 parent 3e51b6c commit 2a8ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/brctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ _comp_cmd_brctl()
3535
;;
3636
esac
3737
} &&
38-
complete -F _comp_cmd_brctl -o default brctl
38+
complete -F _comp_cmd_brctl brctl
3939

4040
# ex: filetype=sh

0 commit comments

Comments
 (0)