aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fusermount.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-29 23:52:27 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-29 23:52:27 +1000
commitb028e41f7fce532e4f6f11ecbb029e6d5accdfc7 (patch)
treefde72f4ba67c83641d25e6667f64002284d0a483 /share/completions/fusermount.fish
parent86593cd6a2a548a985b2d6d7e702d8913a0b0d96 (diff)
Slightly updated fusermount completions - Thanks to Sean Higgins
darcs-hash:20060529135227-ac50b-ffce282fc850a895da75f64cd8a151277f42a937.gz
Diffstat (limited to 'share/completions/fusermount.fish')
-rw-r--r--share/completions/fusermount.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/fusermount.fish b/share/completions/fusermount.fish
index 7f31750b..13d34c21 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")
+