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_complete_zfs_pools.fish
2017-12-21 16:39:06 +01:00

3 lines
139 B
Fish

function __fish_complete_zfs_pools -d "Completes with available ZFS pools"
zpool list -o name,comment -H | string replace -a \t'-' ''
end