mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Reformat completion scripts
These were excluded from style.fish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user