Reformat completion scripts

These were excluded from style.fish
This commit is contained in:
Fabian Homborg
2019-05-05 12:53:09 +02:00
parent 15c50703ce
commit ce245704d7
217 changed files with 5726 additions and 5715 deletions

View File

@@ -5,11 +5,13 @@
#############
function __fish_diskutil_devices
set -l mountpoints /dev/disk*; printf '%s\n' $mountpoints
set -l mountpoints /dev/disk*
printf '%s\n' $mountpoints
end
function __fish_diskutil_mounted_volumes
set -l mountpoints /Volumes/*; printf '%s\n' $mountpoints
set -l mountpoints /Volumes/*
printf '%s\n' $mountpoints
end
function __fish_diskutil_using_not_subcommand