mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
4 lines
111 B
Fish
4 lines
111 B
Fish
function scu-enable-now -d "Enable and start systemd user service"
|
|
systemctl --user enable --now $argv
|
|
end
|