Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 324 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 324 Bytes

restart

Restart a program.

function restart
    pkill $argv[1]
    launch $argv[1]
end

Install

With fisherman:

fisher kisaragi-hiu/restart

Or, alternatively, just copy the definition above into your configuration.

Usage

restart compton