mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 21:41:15 -03:00
6 lines
158 B
Fish
6 lines
158 B
Fish
function __fish_systemctl_mounts
|
|
if type -q systemctl
|
|
systemctl list-unit-files --no-legend --type=mount ^/dev/null | cut -f 1 -d ' '
|
|
end
|
|
end
|