mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
5 lines
193 B
Fish
5 lines
193 B
Fish
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
|