From 12b61965b5f78f95109ad9f67199c43e3c90693a Mon Sep 17 00:00:00 2001 From: Wim de With Date: Thu, 8 Jun 2023 16:58:38 +0200 Subject: 51857: Include fusermount3 in fusermount completions fusermount3 is part of libfuse version 3, while fusermount is part of libfuse version 2. Since they share the exact same command line interface, we can reuse the completions. --- Completion/Linux/Command/_fusermount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Linux/Command/_fusermount b/Completion/Linux/Command/_fusermount index d55eca29c..24f9a8018 100644 --- a/Completion/Linux/Command/_fusermount +++ b/Completion/Linux/Command/_fusermount @@ -1,4 +1,4 @@ -#compdef fusermount +#compdef fusermount fusermount3 local expl context state line typeset -A opt_args -- cgit 1.4.1