aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_systemctl_mounts.fish
blob: 706e6ee875ad24ce7a484d14ecb3fe65df13743e (plain)
1
2
3
4
function __fish_systemctl_mounts
    command find /etc/systemd/system -type f -name '*.mount' -printf '%f\n'
    command find /usr/lib/systemd/system -type f -name '*.mount' -printf '%f\n'
end