mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
4 lines
104 B
Fish
4 lines
104 B
Fish
|
function __fish_print_zfs_filesystems -d "Lists ZFS filesystems"
|
||
|
zfs list -t filesystem -o name -H
|
||
|
end
|