config/fish/functions/syres.fish
2025-11-26 13:43:48 +01:00

5 lines
128 B
Fish
Executable File

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