Clean udisksctl

This commit is contained in:
Clément Martinez 2016-06-08 08:32:50 +02:00
parent c84137aec8
commit f37dafdf52

View file

@ -4,7 +4,9 @@ set __fish_mount_opts async\tUse\ asynchronous\ I/O atime\tUpdate\ time\ on\ eac
function __fish_print_mounted_blockdevice
grep "^/.*" /proc/mounts | cut -d " " -f 1
if test -r /proc/mounts
string match -r "^/[^ ]*" < /proc/mounts
end
end
complete -f -c udisksctl -n "__fish_seen_subcommand_from $cmds" -l help -d "Shows help"