2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 23:14:04 +00:00
fish-shell/share/functions/__fish_print_zfs_volumes.fish

4 lines
92 B
Fish
Raw Normal View History

function __fish_print_zfs_volumes -d "Lists ZFS volumes"
zfs list -t volume -o name -H
end