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