dotfiles/.config/fish/functions/sc-daemon-reload.fish

4 lines
91 B
Fish
Raw Normal View History

2022-07-07 16:32:27 +00:00
function sc-daemon-reload -d "Reload systemd daemons"
sudo systemctl daemon-reload
end