From fc70ca544127e9cb45c8d1a9e6175172b9c944e5 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 29 Dec 2016 09:22:50 +0100 Subject: [PATCH] fish: fusermount bug reported --- .config/fish/completions/fusermount.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/completions/fusermount.fish b/.config/fish/completions/fusermount.fish index a8ecac75..a462b181 100644 --- a/.config/fish/completions/fusermount.fish +++ b/.config/fish/completions/fusermount.fish @@ -1,4 +1,5 @@ -## TODO: This fixes upstream bug, report! +## TODO: Remove this fix when upstream has merged it. +## https://github.com/fish-shell/fish-shell/pull/3642 complete -c fusermount --description "Mount point" -x -a '(__fish_print_mounted)' complete -c fusermount -s h --description "Display help and exit" complete -c fusermount -s v --description "Display version and exit"