dotfiles/fish/.config/fish/functions/ssys.fish

4 lines
43 B
Fish
Raw Normal View History

function ssys
sudo systemctl $args
end