Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Include fusermount3 in fusermount completions
- X-seq: zsh-workers 51857
- From: Wim de With <wf@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Cc: Wim de With <wf@xxxxxxxxx>
- Subject: [PATCH] Include fusermount3 in fusermount completions
- Date: Thu, 8 Jun 2023 16:58:38 +0200
- Archived-at: <https://zsh.org/workers/51857>
- List-id: <zsh-workers.zsh.org>
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(-)
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
--
2.41.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author