dotfiles/.config/fish/functions/scu-enable-now.fish

4 lines
111 B
Fish
Raw Normal View History

2022-07-07 16:32:27 +00:00
function scu-enable-now -d "Enable and start systemd user service"
systemctl --user enable --now $argv
end