mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
Slightly updated fusermount completions - Thanks to Sean Higgins
darcs-hash:20060529135227-ac50b-ffce282fc850a895da75f64cd8a151277f42a937.gz
This commit is contained in:
parent
86593cd6a2
commit
b028e41f7f
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user