fish/functions/syres.fish
2025-11-26 13:06:03 +01:00

5 lines
128 B
Fish

function syres --wraps='systemctl restart' --description 'alias syres systemctl restart'
systemctl restart $argv
end