mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
3 lines
98 B
Fish
3 lines
98 B
Fish
function __fish_print_zfs_snapshots -d "Lists ZFS snapshots"
|
|
zfs list -t snapshot -o name -H
|
|
end
|