diff --git a/share/completions/fusermount.fish b/share/completions/fusermount.fish index 7f31750b2..13d34c21e 100644 --- a/share/completions/fusermount.fish +++ b/share/completions/fusermount.fish @@ -6,6 +6,7 @@ complete -c fusermount -d (N_ "Mount point") -x -a ' ( cat /etc/mtab | grep "^sshfs" | cut -d " " -f 1-2|tr " " \n|sed -e "s/[0-9\.]*:\//\//"|grep "^/" + cat /etc/mtab | grep "^fuseiso" | cut -d " " -f 1-2|tr " " \n|sed -e "s/[0-9\.]*:\//\//"|grep "^/" ) ' @@ -15,3 +16,4 @@ complete -c fusermount -s o -x -d (N_ "Mount options") complete -c fusermount -s u -d (N_ "Unmount") complete -c fusermount -s q -d (N_ "Quiet") complete -c fusermount -s z -d (N_ "Lazy unmount") +