From 905ffb79c31cf776310b6522918eea1324196fc4 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 18 Apr 2017 16:05:10 +0530 Subject: [PATCH] fish: Delete merged 'fusermount' completion fix --- .config/fish/completions/fusermount.fish | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/fish/completions/fusermount.fish diff --git a/.config/fish/completions/fusermount.fish b/.config/fish/completions/fusermount.fish deleted file mode 100644 index a462b181..00000000 --- a/.config/fish/completions/fusermount.fish +++ /dev/null @@ -1,9 +0,0 @@ -## 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" -complete -c fusermount -s o -x --description "Mount options" -complete -c fusermount -s u --description "Unmount" -complete -c fusermount -s q --description "Quiet" -complete -c fusermount -s z --description "Lazy unmount"