mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 11:01:16 -03:00
6 lines
160 B
Fish
6 lines
160 B
Fish
function __fish_systemctl_sockets
|
|
if type -q systemctl
|
|
systemctl list-unit-files --no-legend --type=socket ^/dev/null | cut -f 1 -d ' '
|
|
end
|
|
end
|