mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 01:03:07 +01:00
4 lines
94 B
Fish
4 lines
94 B
Fish
|
function scu-restart -d "Restart systemd user service"
|
||
|
systemctl --user restart $argv
|
||
|
end
|